#66889C

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

Shades of Bermuda Grey #66889C

Tints of Bermuda Grey #66889C

Color information

#66889C (or 0x66889C) is unknown color: approx Bermuda Grey. HEX triplet: 66, 88 and 9C. RGB value is (102,136,156). Sum of RGB (Red+Green+Blue) = 102+136+156=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #66889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66889C is #997763. Grayscale: #7F7F7F. Windows color (decimal): -10057572 or 10258534. OLE color: 10258534.

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

Color convert

RGB102136156-
CMYK0.350.1300.39
HSL202.22º21.43%50.59%-
HSV(B)202.22º34.62%61.18%-
XYZ20.2822.8334.79-
YUV128.11143.74109.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=25.89%
G=34.52%
B=39.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021361560.350.1300.39202.2221.4350.59
Hex66889C23D027ca1533
Octal14621023443150473122563
Binary11001101000100010011100100011110101001111100101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,136,156); }

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

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

 a { background-color: rgb(102,136,156); }

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

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

 span { border-color: rgb(102,136,156); }

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