#6C8EAA

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

Shades of Bermuda Grey #6C8EAA

Tints of Bermuda Grey #6C8EAA

Color information

#6C8EAA (or 0x6C8EAA) is unknown color: approx Bermuda Grey. HEX triplet: 6C, 8E and AA. RGB value is (108,142,170). Sum of RGB (Red+Green+Blue) = 108+142+170=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C8EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8EAA is #937155. Grayscale: #868686. Windows color (decimal): -9662806 or 11177580. OLE color: 11177580.

HSL color Cylindrical-coordinate representation of color #6C8EAA: hue angle of 207.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C8EAA is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB108142170-
CMYK0.360.1600.33
HSL207.1º26.72%54.51%-
HSV(B)207.1º36.47%66.67%-
XYZ23.1125.4441.72-
YUV135.03147.74108.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=25.71%
G=33.81%
B=40.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081421700.360.1600.33207.126.7254.51
Hex6C8EAA2410021cf1b37
Octal15421625244200413173367
Binary110110010001110101010101001001000001000011100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8EAA; }

 p { color: rgb(108,142,170); }

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

<style>
 a { background-color: #6C8EAA; }

 a { background-color: rgb(108,142,170); }

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

<style>
 span { border-color: #6C8EAA; }

 span { border-color: rgb(108,142,170); }

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