#6C8FAE

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

Shades of Bermuda Grey #6C8FAE

Tints of Bermuda Grey #6C8FAE

Color information

#6C8FAE (or 0x6C8FAE) is unknown color: approx Bermuda Grey. HEX triplet: 6C, 8F and AE. RGB value is (108,143,174). Sum of RGB (Red+Green+Blue) = 108+143+174=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8FAE is #937051. Grayscale: #878787. Windows color (decimal): -9662546 or 11439980. OLE color: 11439980.

HSL color Cylindrical-coordinate representation of color #6C8FAE: hue angle of 208.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C8FAE is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB108143174-
CMYK0.380.1800.32
HSL208.18º28.95%55.29%-
HSV(B)208.18º37.93%68.24%-
XYZ23.6525.8943.8-
YUV136.07149.4107.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.41%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=25.41%
G=33.65%
B=40.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081431740.380.1800.32208.1828.9555.29
Hex6C8FAE2612020d01d37
Octal15421725646220403203567
Binary110110010001111101011101001101001001000001101000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,143,174); }

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

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

 a { background-color: rgb(108,143,174); }

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

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

 span { border-color: rgb(108,143,174); }

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