#66839F

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

Shades of Bermuda Grey #66839F

Tints of Bermuda Grey #66839F

Color information

#66839F (or 0x66839F) is unknown color: approx Bermuda Grey. HEX triplet: 66, 83 and 9F. RGB value is (102,131,159). Sum of RGB (Red+Green+Blue) = 102+131+159=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #66839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66839F is #997C60. Grayscale: #7D7D7D. Windows color (decimal): -10058849 or 10453862. OLE color: 10453862.

HSL color Cylindrical-coordinate representation of color #66839F: hue angle of 209.47º 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 #66839F is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102131159-
CMYK0.360.1800.38
HSL209.47º22.89%51.18%-
HSV(B)209.47º35.85%62.35%-
XYZ19.8521.5635.92-
YUV125.52146.89111.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=26.02%
G=33.42%
B=40.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021311590.360.1800.38209.4722.8951.18
Hex66839F2412026d11733
Octal14620323744220463212763
Binary110011010000011100111111001001001001001101101000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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