#66899E

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

Shades of Bermuda Grey #66899E

Tints of Bermuda Grey #66899E

Color information

#66899E (or 0x66899E) is unknown color: approx Bermuda Grey. HEX triplet: 66, 89 and 9E. RGB value is (102,137,158). Sum of RGB (Red+Green+Blue) = 102+137+158=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 137 (53.91% from 255 or 34.51% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #66899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66899E is #997661. Grayscale: #808080. Windows color (decimal): -10057314 or 10389862. OLE color: 10389862.

HSL color Cylindrical-coordinate representation of color #66899E: hue angle of 202.5º 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 #66899E is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102137158-
CMYK0.350.1300.38
HSL202.5º22.4%50.98%-
HSV(B)202.5º35.44%61.96%-
XYZ20.623.1835.74-
YUV128.93144.4108.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 137 (53.91% from 255) = 34.51%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=25.69%
G=34.51%
B=39.80%

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
Decimal1021371580.350.1300.38202.522.450.98
Hex66899E23D026ca1633
Octal14621123643150463122663
Binary11001101000100110011110100011110101001101100101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66899E; }

 p { color: rgb(102,137,158); }

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

<style>
 a { background-color: #66899E; }

 a { background-color: rgb(102,137,158); }

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

<style>
 span { border-color: #66899E; }

 span { border-color: rgb(102,137,158); }

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