#699F9F

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

Shades of Cadet Blue #699F9F

Tints of Cadet Blue #699F9F

Color information

#699F9F (or 0x699F9F) is unknown color: approx Cadet Blue. HEX triplet: 69, 9F and 9F. RGB value is (105,159,159). Sum of RGB (Red+Green+Blue) = 105+159+159=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: green, blue. Hex color #699F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699F9F is #966060. Grayscale: #8E8E8E. Windows color (decimal): -9855073 or 10461033. OLE color: 10461033.

HSL color Cylindrical-coordinate representation of color #699F9F: hue angle of 180º 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 #699F9F is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105159159-
CMYK0.34000.38
HSL180º21.95%51.76%-
HSV(B)180º33.96%62.35%-
XYZ24.4830.337.36-
YUV142.85137.11101-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=24.82%
G=37.59%
B=37.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051591590.34000.3818021.9551.76
Hex699F9F220026b41634
Octal1512372374200462642664
Binary11010011001111110011111100010001001101011010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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