#6B8EAA

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

Shades of Bermuda Grey #6B8EAA

Tints of Bermuda Grey #6B8EAA

Color information

#6B8EAA (or 0x6B8EAA) is unknown color: approx Bermuda Grey. HEX triplet: 6B, 8E and AA. RGB value is (107,142,170). Sum of RGB (Red+Green+Blue) = 107+142+170=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B8EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8EAA is #947155. Grayscale: #868686. Windows color (decimal): -9728342 or 11177579. OLE color: 11177579.

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

Color convert

RGB107142170-
CMYK0.370.1600.33
HSL206.67º27.04%54.31%-
HSV(B)206.67º37.06%66.67%-
XYZ22.9925.3741.72-
YUV134.73147.9108.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.54%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=25.54%
G=33.89%
B=40.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071421700.370.1600.33206.6727.0454.31
Hex6B8EAA2510021cf1b36
Octal15321625245200413173366
Binary110101110001110101010101001011000001000011100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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