#6F9A9E

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

Shades of Cadet Blue #6F9A9E

Tints of Cadet Blue #6F9A9E

Color information

#6F9A9E (or 0x6F9A9E) is unknown color: approx Cadet Blue. HEX triplet: 6F, 9A and 9E. RGB value is (111,154,158). Sum of RGB (Red+Green+Blue) = 111+154+158=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F9A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9A9E is #906561. Grayscale: #8D8D8D. Windows color (decimal): -9463138 or 10394223. OLE color: 10394223.

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

Color convert

RGB111154158-
CMYK0.300.0300.38
HSL185.11º19.5%52.75%-
HSV(B)185.11º29.75%61.96%-
XYZ24.2828.9636.66-
YUV141.6137.25106.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.24%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=26.24%
G=36.41%
B=37.35%

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
Decimal1111541580.300.0300.38185.1119.552.75
Hex6F9A9E1E3026b91435
Octal1572322363630462712465
Binary11011111001101010011110111101101001101011100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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