#6F979B

Color #6F979B Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #6F979B

Tints of Cadet Blue #6F979B

Color information

#6F979B (or 0x6F979B) is unknown color: approx Cadet Blue. HEX triplet: 6F, 97 and 9B. RGB value is (111,151,155). Sum of RGB (Red+Green+Blue) = 111+151+155=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F979B is #906864. Grayscale: #8B8B8B. Windows color (decimal): -9463909 or 10196847. OLE color: 10196847.

HSL color Cylindrical-coordinate representation of color #6F979B: hue angle of 185.45º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F979B is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB111151155-
CMYK0.280.0300.39
HSL185.45º18.03%52.16%-
HSV(B)185.45º28.39%60.78%-
XYZ23.5427.8835.15-
YUV139.5136.75107.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.62%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=26.62%
G=36.21%
B=37.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1111511550.280.0300.39185.4518.0352.16
Hex6F979B1C3027b91234
Octal1572272333430472712264
Binary11011111001011110011011111001101001111011100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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