#6F97AB

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

Shades of Bermuda Grey #6F97AB

Tints of Bermuda Grey #6F97AB

Color information

#6F97AB (or 0x6F97AB) is unknown color: approx Bermuda Grey. HEX triplet: 6F, 97 and AB. RGB value is (111,151,171). Sum of RGB (Red+Green+Blue) = 111+151+171=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F97AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F97AB is #906854. Grayscale: #8D8D8D. Windows color (decimal): -9463893 or 11245423. OLE color: 11245423.

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

Color convert

RGB111151171-
CMYK0.350.1200.33
HSL200º26.32%55.29%-
HSV(B)200º35.09%67.06%-
XYZ24.9728.4542.7-
YUV141.32144.75106.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 171 (67.19% from 255) = 39.49%
R=25.64%
G=34.87%
B=39.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111511710.350.1200.3320026.3255.29
Hex6F97AB23C021c81a37
Octal15722725343140413103267
Binary11011111001011110101011100011110001000011100100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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