#699FAA

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

Shades of Cadet Blue #699FAA

Tints of Cadet Blue #699FAA

Color information

#699FAA (or 0x699FAA) is unknown color: approx Cadet Blue. HEX triplet: 69, 9F and AA. RGB value is (105,159,170). Sum of RGB (Red+Green+Blue) = 105+159+170=434 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.19% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #699FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699FAA is #966055. Grayscale: #909090. Windows color (decimal): -9855062 or 11181929. OLE color: 11181929.

HSL color Cylindrical-coordinate representation of color #699FAA: hue angle of 190.15º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #699FAA is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105159170-
CMYK0.380.0600.33
HSL190.15º27.66%53.92%-
HSV(B)190.15º38.24%66.67%-
XYZ25.4830.742.61-
YUV144.11142.61100.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.19%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 170 (66.80% from 255) = 39.17%
R=24.19%
G=36.64%
B=39.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051591700.380.0600.33190.1527.6653.92
Hex699FAA266021be1c36
Octal1512372524660412763466
Binary1101001100111111010101010011011001000011011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,159,170); }

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

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

 a { background-color: rgb(105,159,170); }

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

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

 span { border-color: rgb(105,159,170); }

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