Html Css Color HEX #689EAA Cadet Blue

📋 copy color: '#689EAA'

red 104 ◦ green 158 ◦ blue 170

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

Shades of Cadet Blue #689EAA

Tints of Cadet Blue #689EAA

RGB

 RED value IS 104 (41.02% from 255) = 24.07%

 GREEN value IS 158 (62.11% from 255) = 36.57%

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

R = 24.07%
G = 36.57%
B = 39.35%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#689EAA (or 0x689EAA) is known color: Cadet Blue. HEX triplet: 68, 9E and AA. RGB value is (104,158,170). Sum of RGB (Red+Green+Blue) = 104+158+170=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 158 (62.11% from 255 or 36.57% 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 #689EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689EAA is #976155. Grayscale: #8F8F8F. Windows color (decimal): -9920854 or 11181672. OLE color: 11181672.

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

Color convert

RGB 104 158 170 -
CMYK 0.39 0.07 0 0.33
HSL 190.91º 0.28% 0.54% -
HSV(B) 190.91º 0.39% 0.67% -
XYZ 25.19 30.3 42.55 -
YUV 143.22 143.11 100.02 -
System Red Green Blue C M Y K H S L
Decimal 104 158 170 0.39 0.07 0 0.33 190.91 0.28 0.54
Hex 68 9E AA 27 7 0 21 BF 1C 36
Octal 150 236 252 47 7 0 41 277 34 66
Binary 1101000 10011110 10101010 100111 111 0 100001 10111111 11100 110110

Color Harmonies of #689EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689EAA

Black with #689EAA

Text Example


Text Example

White with #689EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #689EAA;
 }
 .AnyTagClassName
 {
   color: #689EAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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