#66889F

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

Shades of Bermuda Grey #66889F

Tints of Bermuda Grey #66889F

Color information

#66889F (or 0x66889F) is unknown color: approx Bermuda Grey. HEX triplet: 66, 88 and 9F. RGB value is (102,136,159). Sum of RGB (Red+Green+Blue) = 102+136+159=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #66889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66889F is #997760. Grayscale: #808080. Windows color (decimal): -10057569 or 10455142. OLE color: 10455142.

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

Color convert

RGB102136159-
CMYK0.360.1400.38
HSL204.21º22.89%51.18%-
HSV(B)204.21º35.85%62.35%-
XYZ20.5422.9436.15-
YUV128.46145.24109.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=25.69%
G=34.26%
B=40.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021361590.360.1400.38204.2122.8951.18
Hex66889F24E026cc1733
Octal14621023744160463142763
Binary11001101000100010011111100100111001001101100110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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