#67859C

Color #67859C Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #67859C

Tints of Bermuda Grey #67859C

Color information

#67859C (or 0x67859C) is unknown color: approx Bermuda Grey. HEX triplet: 67, 85 and 9C. RGB value is (103,133,156). Sum of RGB (Red+Green+Blue) = 103+133+156=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #67859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67859C is #987A63. Grayscale: #7E7E7E. Windows color (decimal): -9992804 or 10257767. OLE color: 10257767.

HSL color Cylindrical-coordinate representation of color #67859C: hue angle of 206.04º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67859C is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103133156-
CMYK0.340.1500.39
HSL206.04º21.12%50.78%-
HSV(B)206.04º33.97%61.18%-
XYZ19.9822.0634.66-
YUV126.65144.56111.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 133 (52.34% from 255) = 33.93%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=26.28%
G=33.93%
B=39.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031331560.340.1500.39206.0421.1250.78
Hex67859C22F027ce1533
Octal14720523442170473162563
Binary11001111000010110011100100010111101001111100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67859C; }

 p { color: rgb(103,133,156); }

 H1.HeaderClassName
 {
   color: #67859C;
 }
 .AnyTagClassName
 {
   color: #67859C;
 }
</style>
background-color css

<style>
 a { background-color: #67859C; }

 a { background-color: rgb(103,133,156); }

 div.DivClassName
 {
   background-color: #67859C;
 }
 .BgClassName
 {
   background-color: #67859C;
 }
</style>
border-color css

<style>
 span { border-color: #67859C; }

 span { border-color: rgb(103,133,156); }

 td.TdClassName
 {
   border-color: #67859C;
 }
 .TagClassName
 {
   border-color: #67859C;
 }
</style>