Html Css Color HEX #699DAA Cadet Blue

📋 copy color: '#699DAA'

red 105 ◦ green 157 ◦ blue 170

#699DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #699DAA

Tints of Cadet Blue #699DAA

RGB

 RED value IS 105 (41.41% from 255) = 24.31%

 GREEN value IS 157 (61.72% from 255) = 36.34%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 24.31%
G = 36.34%
B = 39.35%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#699DAA (or 0x699DAA) is known color: Cadet Blue. HEX triplet: 69, 9D and AA. RGB value is (105,157,170). Sum of RGB (Red+Green+Blue) = 105+157+170=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #699DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699DAA is #966255. Grayscale: #8E8E8E. Windows color (decimal): -9855574 or 11181417. OLE color: 11181417.

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

Color convert

RGB 105 157 170 -
CMYK 0.38 0.08 0 0.33
HSL 192º 0.28% 0.54% -
HSV(B) 192º 0.38% 0.67% -
XYZ 25.14 30.02 42.5 -
YUV 142.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 105 157 170 0.38 0.08 0 0.33 192 0.28 0.54
Hex 69 9D AA 26 8 0 21 C0 1C 36
Octal 151 235 252 46 10 0 41 300 34 66
Binary 1101001 10011101 10101010 100110 1000 0 100001 11000000 11100 110110

Color Harmonies of #699DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DAA

Black with #699DAA

Text Example


Text Example

White with #699DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #699DAA;
 }
 .AnyTagClassName
 {
   color: #699DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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