#66839C

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

Shades of Bermuda Grey #66839C

Tints of Bermuda Grey #66839C

Color information

#66839C (or 0x66839C) is unknown color: approx Bermuda Grey. HEX triplet: 66, 83 and 9C. RGB value is (102,131,156). Sum of RGB (Red+Green+Blue) = 102+131+156=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #66839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66839C is #997C63. Grayscale: #7D7D7D. Windows color (decimal): -10058852 or 10257254. OLE color: 10257254.

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

Color convert

RGB102131156-
CMYK0.350.1600.39
HSL207.78º21.43%50.59%-
HSV(B)207.78º34.62%61.18%-
XYZ19.621.4634.56-
YUV125.18145.39111.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=26.22%
G=33.68%
B=40.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021311560.350.1600.39207.7821.4350.59
Hex66839C2310027d01533
Octal14620323443200473202563
Binary110011010000011100111001000111000001001111101000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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