#66869E

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

Shades of Bermuda Grey #66869E

Tints of Bermuda Grey #66869E

Color information

#66869E (or 0x66869E) is unknown color: approx Bermuda Grey. HEX triplet: 66, 86 and 9E. RGB value is (102,134,158). Sum of RGB (Red+Green+Blue) = 102+134+158=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #66869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66869E is #997961. Grayscale: #7F7F7F. Windows color (decimal): -10058082 or 10389094. OLE color: 10389094.

HSL color Cylindrical-coordinate representation of color #66869E: hue angle of 205.71º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66869E is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102134158-
CMYK0.350.1500.38
HSL205.71º22.4%50.98%-
HSV(B)205.71º35.44%61.96%-
XYZ20.1822.3435.6-
YUV127.17145.4110.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.89%
GREEN value IS 134 (52.73% from 255) = 34.01%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=25.89%
G=34.01%
B=40.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021341580.350.1500.38205.7122.450.98
Hex66869E23F026ce1633
Octal14620623643170463162663
Binary11001101000011010011110100011111101001101100111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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