#699E99

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

Shades of Cadet Blue #699E99

Tints of Cadet Blue #699E99

Color information

#699E99 (or 0x699E99) is unknown color: approx Cadet Blue. HEX triplet: 69, 9E and 99. RGB value is (105,158,153). Sum of RGB (Red+Green+Blue) = 105+158+153=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #699E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699E99 is #966166. Grayscale: #8D8D8D. Windows color (decimal): -9855335 or 10067561. OLE color: 10067561.

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

Color convert

RGB105158153-
CMYK0.3400.030.38
HSL174.34º21.46%51.57%-
HSV(B)174.34º33.54%61.96%-
XYZ23.829.7634.63-
YUV141.58134.44101.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 153 (60.16% from 255) = 36.78%
R=25.24%
G=37.98%
B=36.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051581530.3400.030.38174.3421.4651.57
Hex699E99220326ae1534
Octal1512362314203462562564
Binary110100110011110100110011000100111001101010111010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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