#6E92AC

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

Shades of Bermuda Grey #6E92AC

Tints of Bermuda Grey #6E92AC

Color information

#6E92AC (or 0x6E92AC) is unknown color: approx Bermuda Grey. HEX triplet: 6E, 92 and AC. RGB value is (110,146,172). Sum of RGB (Red+Green+Blue) = 110+146+172=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E92AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E92AC is #916D53. Grayscale: #8A8A8A. Windows color (decimal): -9530708 or 11309678. OLE color: 11309678.

HSL color Cylindrical-coordinate representation of color #6E92AC: hue angle of 205.16º 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 #6E92AC is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110146172-
CMYK0.360.1500.33
HSL205.16º27.19%55.29%-
HSV(B)205.16º36.05%67.45%-
XYZ24.1626.8542.94-
YUV138.2147.07107.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.70%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 172 (67.58% from 255) = 40.19%
R=25.70%
G=34.11%
B=40.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101461720.360.1500.33205.1627.1955.29
Hex6E92AC24F021cd1b37
Octal15622225444170413153367
Binary11011101001001010101100100100111101000011100110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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