Html Css Color HEX #699AA0 Cadet Blue

📋 copy color: '#699AA0'

red 105 ◦ green 154 ◦ blue 160

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

Shades of Cadet Blue #699AA0

Tints of Cadet Blue #699AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 160 (62.89% from 255) = 38.19%

R = 25.06%
G = 36.75%
B = 38.19%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#699AA0 (or 0x699AA0) is known color: Cadet Blue. HEX triplet: 69, 9A and A0. RGB value is (105,154,160). Sum of RGB (Red+Green+Blue) = 105+154+160=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 160 - color contains mainly: blue. Hex color #699AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699AA0 is #96655F. Grayscale: #8B8B8B. Windows color (decimal): -9856352 or 10525289. OLE color: 10525289.

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

Color convert

RGB 105 154 160 -
CMYK 0.34 0.04 0 0.37
HSL 186.55º 0.22% 0.52% -
HSV(B) 186.55º 0.34% 0.63% -
XYZ 23.73 28.65 37.54 -
YUV 140.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 105 154 160 0.34 0.04 0 0.37 186.55 0.22 0.52
Hex 69 9A A0 22 4 0 25 BB 16 34
Octal 151 232 240 42 4 0 45 273 26 64
Binary 1101001 10011010 10100000 100010 100 0 100101 10111011 10110 110100

Color Harmonies of #699AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699AA0

Black with #699AA0

Text Example


Text Example

White with #699AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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