#66889D

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

Shades of Bermuda Grey #66889D

Tints of Bermuda Grey #66889D

Color information

#66889D (or 0x66889D) is unknown color: approx Bermuda Grey. HEX triplet: 66, 88 and 9D. RGB value is (102,136,157). Sum of RGB (Red+Green+Blue) = 102+136+157=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #66889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66889D is #997762. Grayscale: #808080. Windows color (decimal): -10057571 or 10324070. OLE color: 10324070.

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

Color convert

RGB102136157-
CMYK0.350.1300.38
HSL202.91º21.91%50.78%-
HSV(B)202.91º35.03%61.57%-
XYZ20.3722.8735.24-
YUV128.23144.24109.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 136 (53.52% from 255) = 34.43%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=25.82%
G=34.43%
B=39.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021361570.350.1300.38202.9121.9150.78
Hex66889D23D026cb1633
Octal14621023543150463132663
Binary11001101000100010011101100011110101001101100101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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