#6F999E

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

Shades of Cadet Blue #6F999E

Tints of Cadet Blue #6F999E

Color information

#6F999E (or 0x6F999E) is unknown color: approx Cadet Blue. HEX triplet: 6F, 99 and 9E. RGB value is (111,153,158). Sum of RGB (Red+Green+Blue) = 111+153+158=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F999E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F999E is #906661. Grayscale: #8C8C8C. Windows color (decimal): -9463394 or 10393967. OLE color: 10393967.

HSL color Cylindrical-coordinate representation of color #6F999E: hue angle of 186.38º 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 #6F999E is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB111153158-
CMYK0.300.0300.38
HSL186.38º19.5%52.75%-
HSV(B)186.38º29.75%61.96%-
XYZ24.1228.6336.6-
YUV141.01137.59106.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 158 (62.11% from 255) = 37.44%
R=26.30%
G=36.26%
B=37.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111531580.300.0300.38186.3819.552.75
Hex6F999E1E3026ba1435
Octal1572312363630462722465
Binary11011111001100110011110111101101001101011101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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