#699AA1

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

Shades of Cadet Blue #699AA1

Tints of Cadet Blue #699AA1

Color information

#699AA1 (or 0x699AA1) is unknown color: approx Cadet Blue. HEX triplet: 69, 9A and A1. RGB value is (105,154,161). Sum of RGB (Red+Green+Blue) = 105+154+161=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #699AA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699AA1 is #96655E. Grayscale: #8C8C8C. Windows color (decimal): -9856351 or 10590825. OLE color: 10590825.

HSL color Cylindrical-coordinate representation of color #699AA1: hue angle of 187.5º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #699AA1 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB105154161-
CMYK0.350.0400.37
HSL187.5º22.95%52.16%-
HSV(B)187.5º34.78%63.14%-
XYZ23.8128.6938-
YUV140.15139.77102.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=25%
G=36.67%
B=38.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1051541610.350.0400.37187.522.9552.16
Hex699AA1234025bc1734
Octal1512322414340452742764
Binary1101001100110101010000110001110001001011011110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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