#6F93AB

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

Shades of Bermuda Grey #6F93AB

Tints of Bermuda Grey #6F93AB

Color information

#6F93AB (or 0x6F93AB) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 93 and AB. RGB value is (111,147,171). Sum of RGB (Red+Green+Blue) = 111+147+171=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F93AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F93AB is #906C54. Grayscale: #8A8A8A. Windows color (decimal): -9464917 or 11244399. OLE color: 11244399.

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

Color convert

RGB111147171-
CMYK0.350.1400.33
HSL204º26.32%55.29%-
HSV(B)204º35.09%67.06%-
XYZ24.3427.1942.49-
YUV138.97146.07108.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.87%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=25.87%
G=34.27%
B=39.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111471710.350.1400.3320426.3255.29
Hex6F93AB23E021cc1a37
Octal15722325343160413143267
Binary11011111001001110101011100011111001000011100110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,171); }

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

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

 a { background-color: rgb(111,147,171); }

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

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

 span { border-color: rgb(111,147,171); }

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