#6C92AF

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

Shades of Bermuda Grey #6C92AF

Tints of Bermuda Grey #6C92AF

Color information

#6C92AF (or 0x6C92AF) is unknown color: approx Bermuda Grey. HEX triplet: 6C, 92 and AF. RGB value is (108,146,175). Sum of RGB (Red+Green+Blue) = 108+146+175=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C92AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C92AF is #936D50. Grayscale: #898989. Windows color (decimal): -9661777 or 11506284. OLE color: 11506284.

HSL color Cylindrical-coordinate representation of color #6C92AF: hue angle of 205.97º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C92AF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB108146175-
CMYK0.380.1700.31
HSL205.97º29.52%55.49%-
HSV(B)205.97º38.29%68.63%-
XYZ24.226.8444.46-
YUV137.94148.91106.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.17%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=25.17%
G=34.03%
B=40.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1081461750.380.1700.31205.9729.5255.49
Hex6C92AF261101Fce1e37
Octal15422225746210373163667
Binary11011001001001010101111100110100010111111100111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C92AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,146,175); }

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

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

 a { background-color: rgb(108,146,175); }

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

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

 span { border-color: rgb(108,146,175); }

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