#699599

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

Shades of Cadet Blue #699599

Tints of Cadet Blue #699599

Color information

#699599 (or 0x699599) is unknown color: approx Cadet Blue. HEX triplet: 69, 95 and 99. RGB value is (105,149,153). Sum of RGB (Red+Green+Blue) = 105+149+153=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #699599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699599 is #966A66. Grayscale: #888888. Windows color (decimal): -9857639 or 10065257. OLE color: 10065257.

HSL color Cylindrical-coordinate representation of color #699599: hue angle of 185º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699599 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105149153-
CMYK0.310.0300.4
HSL185º19.05%50.59%-
HSV(B)185º31.37%60%-
XYZ22.3226.834.13-
YUV136.3137.42105.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 149 (58.59% from 255) = 36.61%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=25.80%
G=36.61%
B=37.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051491530.310.0300.418519.0550.59
Hex6995991F3028b91333
Octal1512252313730502712363
Binary11010011001010110011001111111101010001011100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699599; }

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

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

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

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

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

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

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

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