#66869F

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

Shades of Bermuda Grey #66869F

Tints of Bermuda Grey #66869F

Color information

#66869F (or 0x66869F) is unknown color: approx Bermuda Grey. HEX triplet: 66, 86 and 9F. RGB value is (102,134,159). Sum of RGB (Red+Green+Blue) = 102+134+159=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #66869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66869F is #997960. Grayscale: #7F7F7F. Windows color (decimal): -10058081 or 10454630. OLE color: 10454630.

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

Color convert

RGB102134159-
CMYK0.360.1600.38
HSL206.32º22.89%51.18%-
HSV(B)206.32º35.85%62.35%-
XYZ20.2622.3836.05-
YUV127.28145.9109.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.82%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=25.82%
G=33.92%
B=40.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021341590.360.1600.38206.3222.8951.18
Hex66869F2410026ce1733
Octal14620623744200463162763
Binary110011010000110100111111001001000001001101100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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