#699E9F

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

Shades of Cadet Blue #699E9F

Tints of Cadet Blue #699E9F

Color information

#699E9F (or 0x699E9F) is unknown color: approx Cadet Blue. HEX triplet: 69, 9E and 9F. RGB value is (105,158,159). Sum of RGB (Red+Green+Blue) = 105+158+159=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #699E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E9F is #966160. Grayscale: #8E8E8E. Windows color (decimal): -9855329 or 10460777. OLE color: 10460777.

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

Color convert

RGB105158159-
CMYK0.340.0100.38
HSL181.11º21.95%51.76%-
HSV(B)181.11º33.96%62.35%-
XYZ24.3129.9637.3-
YUV142.27137.44101.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=24.88%
G=37.44%
B=37.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581590.340.0100.38181.1121.9551.76
Hex699E9F221026b51634
Octal1512362374210462652664
Binary11010011001111010011111100010101001101011010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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