#66899C

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

Shades of Bermuda Grey #66899C

Tints of Bermuda Grey #66899C

Color information

#66899C (or 0x66899C) is unknown color: approx Bermuda Grey. HEX triplet: 66, 89 and 9C. RGB value is (102,137,156). Sum of RGB (Red+Green+Blue) = 102+137+156=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 156 - color contains mainly: blue. Hex color #66899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66899C is #997663. Grayscale: #808080. Windows color (decimal): -10057316 or 10258790. OLE color: 10258790.

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

Color convert

RGB102137156-
CMYK0.350.1200.39
HSL201.11º21.43%50.59%-
HSV(B)201.11º34.62%61.18%-
XYZ20.4323.1234.84-
YUV128.7143.4108.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 137 (53.91% from 255) = 34.68%
BLUE value IS 156 (61.33% from 255) = 39.49%
R=25.82%
G=34.68%
B=39.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021371560.350.1200.39201.1121.4350.59
Hex66899C23C027c91533
Octal14621123443140473112563
Binary11001101000100110011100100011110001001111100100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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