#699EAA

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

Shades of Cadet Blue #699EAA

Tints of Cadet Blue #699EAA

Color information

#699EAA (or 0x699EAA) is unknown color: approx Cadet Blue. HEX triplet: 69, 9E and AA. RGB value is (105,158,170). Sum of RGB (Red+Green+Blue) = 105+158+170=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #699EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699EAA is #966155. Grayscale: #8F8F8F. Windows color (decimal): -9855318 or 11181673. OLE color: 11181673.

HSL color Cylindrical-coordinate representation of color #699EAA: hue angle of 191.08º 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 #699EAA is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105158170-
CMYK0.380.0700.33
HSL191.08º27.66%53.92%-
HSV(B)191.08º38.24%66.67%-
XYZ25.3130.3642.56-
YUV143.52142.94100.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.25%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=24.25%
G=36.49%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051581700.380.0700.33191.0827.6653.92
Hex699EAA267021bf1c36
Octal1512362524670412773466
Binary1101001100111101010101010011011101000011011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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