#66869B

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

Shades of Bermuda Grey #66869B

Tints of Bermuda Grey #66869B

Color information

#66869B (or 0x66869B) is unknown color: approx Bermuda Grey. HEX triplet: 66, 86 and 9B. RGB value is (102,134,155). Sum of RGB (Red+Green+Blue) = 102+134+155=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #66869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66869B is #997964. Grayscale: #7E7E7E. Windows color (decimal): -10058085 or 10192486. OLE color: 10192486.

HSL color Cylindrical-coordinate representation of color #66869B: hue angle of 203.77º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66869B is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102134155-
CMYK0.340.1400.39
HSL203.77º20.95%50.39%-
HSV(B)203.77º34.19%60.78%-
XYZ19.9222.2434.25-
YUV126.83143.9110.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.09%
GREEN value IS 134 (52.73% from 255) = 34.27%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=26.09%
G=34.27%
B=39.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021341550.340.1400.39203.7720.9550.39
Hex66869B22E027cc1532
Octal14620623342160473142562
Binary11001101000011010011011100010111001001111100110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66869B; }

 p { color: rgb(102,134,155); }

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

<style>
 a { background-color: #66869B; }

 a { background-color: rgb(102,134,155); }

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

<style>
 span { border-color: #66869B; }

 span { border-color: rgb(102,134,155); }

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