#699699

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

Shades of Cadet Blue #699699

Tints of Cadet Blue #699699

Color information

#699699 (or 0x699699) is unknown color: approx Cadet Blue. HEX triplet: 69, 96 and 99. RGB value is (105,150,153). Sum of RGB (Red+Green+Blue) = 105+150+153=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #699699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699699 is #966966. Grayscale: #888888. Windows color (decimal): -9857383 or 10065513. OLE color: 10065513.

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

Color convert

RGB105150153-
CMYK0.310.0200.4
HSL183.75º19.05%50.59%-
HSV(B)183.75º31.37%60%-
XYZ22.4827.1234.19-
YUV136.89137.09105.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 153 (60.16% from 255) = 37.5%
R=25.74%
G=36.76%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051501530.310.0200.4183.7519.0550.59
Hex6996991F2028b81333
Octal1512262313720502702363
Binary11010011001011010011001111111001010001011100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699699; }

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

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

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

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

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

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

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

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