#699499

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

Shades of Cadet Blue #699499

Tints of Cadet Blue #699499

Color information

#699499 (or 0x699499) is unknown color: approx Cadet Blue. HEX triplet: 69, 94 and 99. RGB value is (105,148,153). Sum of RGB (Red+Green+Blue) = 105+148+153=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: blue. Hex color #699499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699499 is #966B66. Grayscale: #878787. Windows color (decimal): -9857895 or 10065001. OLE color: 10065001.

HSL color Cylindrical-coordinate representation of color #699499: hue angle of 186.25º 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 #699499 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB105148153-
CMYK0.310.0300.4
HSL186.25º19.05%50.59%-
HSV(B)186.25º31.37%60%-
XYZ22.1726.4834.08-
YUV135.71137.75106.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 153 (60.16% from 255) = 37.68%
R=25.86%
G=36.45%
B=37.68%

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
Decimal1051481530.310.0300.4186.2519.0550.59
Hex6994991F3028ba1333
Octal1512242313730502722363
Binary11010011001010010011001111111101010001011101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699499; }

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

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

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

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

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

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

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

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