#699F99

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

Shades of Cadet Blue #699F99

Tints of Cadet Blue #699F99

Color information

#699F99 (or 0x699F99) is unknown color: approx Cadet Blue. HEX triplet: 69, 9F and 99. RGB value is (105,159,153). Sum of RGB (Red+Green+Blue) = 105+159+153=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #699F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F99 is #966066. Grayscale: #8E8E8E. Windows color (decimal): -9855079 or 10067817. OLE color: 10067817.

HSL color Cylindrical-coordinate representation of color #699F99: hue angle of 173.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #699F99 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB105159153-
CMYK0.3400.040.38
HSL173.33º21.95%51.76%-
HSV(B)173.33º33.96%62.35%-
XYZ23.9730.134.68-
YUV142.17134.11101.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 153 (60.16% from 255) = 36.69%
R=25.18%
G=38.13%
B=36.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591530.3400.040.38173.3321.9551.76
Hex699F99220426ad1634
Octal1512372314204462552664
Binary1101001100111111001100110001001001001101010110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699F99; }

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

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

<style>
 a { background-color: #699F99; }

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

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

<style>
 span { border-color: #699F99; }

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

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