#6c92ac

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

Shades of Bermuda Grey #6C92AC

Tints of Bermuda Grey #6C92AC

Color information

#6C92AC (or 0x6C92AC) is unknown color: approx Bermuda Grey. HEX triplet: 6C, 92 and AC. RGB value is (108,146,172). Sum of RGB (Red+Green+Blue) = 108+146+172=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C92AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C92AC is #936D53. Grayscale: #898989. Windows color (decimal): -9661780 or 11309676. OLE color: 11309676.

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

Color convert

RGB108146172-
CMYK0.370.1500.33
HSL204.38º27.83%54.9%-
HSV(B)204.38º37.21%67.45%-
XYZ23.9126.7242.93-
YUV137.6147.41106.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.35%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=25.35%
G=34.27%
B=40.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081461720.370.1500.33204.3827.8354.9
Hex6C92AC25F021cc1c37
Octal15422225445170413143467
Binary11011001001001010101100100101111101000011100110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c92ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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