#699AA3

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

Shades of Cadet Blue #699AA3

Tints of Cadet Blue #699AA3

Color information

#699AA3 (or 0x699AA3) is unknown color: approx Cadet Blue. HEX triplet: 69, 9A and A3. RGB value is (105,154,163). Sum of RGB (Red+Green+Blue) = 105+154+163=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 163 - color contains mainly: blue. Hex color #699AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699AA3 is #96655C. Grayscale: #8C8C8C. Windows color (decimal): -9856349 or 10721897. OLE color: 10721897.

HSL color Cylindrical-coordinate representation of color #699AA3: hue angle of 189.31º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #699AA3 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB105154163-
CMYK0.360.0600.36
HSL189.31º23.97%52.55%-
HSV(B)189.31º35.58%63.92%-
XYZ23.9928.7638.94-
YUV140.38140.77102.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=24.88%
G=36.49%
B=38.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051541630.360.0600.36189.3123.9752.55
Hex699AA3246024bd1835
Octal1512322434460442753065
Binary1101001100110101010001110010011001001001011110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,154,163); }

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

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

 a { background-color: rgb(105,154,163); }

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

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

 span { border-color: rgb(105,154,163); }

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