#6F999F

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

Shades of Cadet Blue #6F999F

Tints of Cadet Blue #6F999F

Color information

#6F999F (or 0x6F999F) is unknown color: approx Cadet Blue. HEX triplet: 6F, 99 and 9F. RGB value is (111,153,159). Sum of RGB (Red+Green+Blue) = 111+153+159=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F999F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F999F is #906660. Grayscale: #8D8D8D. Windows color (decimal): -9463393 or 10459503. OLE color: 10459503.

HSL color Cylindrical-coordinate representation of color #6F999F: hue angle of 187.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F999F is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111153159-
CMYK0.300.0400.38
HSL187.5º20%52.94%-
HSV(B)187.5º30.19%62.35%-
XYZ24.228.6737.06-
YUV141.13138.09106.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=26.24%
G=36.17%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111531590.300.0400.38187.52052.94
Hex6F999F1E4026bc1435
Octal1572312373640462742465
Binary110111110011001100111111111010001001101011110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,153,159); }

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

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

 a { background-color: rgb(111,153,159); }

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

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

 span { border-color: rgb(111,153,159); }

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