Html Css Color HEX #689AA3 Cadet Blue

📋 copy color: '#689AA3'

red 104 ◦ green 154 ◦ blue 163

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

Shades of Cadet Blue #689AA3

Tints of Cadet Blue #689AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.72%

R = 24.7%
G = 36.58%
B = 38.72%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#689AA3 (or 0x689AA3) is known color: Cadet Blue. HEX triplet: 68, 9A and A3. RGB value is (104,154,163). Sum of RGB (Red+Green+Blue) = 104+154+163=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 163 (64.06% from 255 or 38.72% from 421); Max value from RGB is 163 - color contains mainly: blue. Hex color #689AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689AA3 is #97655C. Grayscale: #8B8B8B. Windows color (decimal): -9921885 or 10721896. OLE color: 10721896.

HSL color Cylindrical-coordinate representation of color #689AA3: hue angle of 189.15º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #689AA3 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 154 163 -
CMYK 0.36 0.06 0 0.36
HSL 189.15º 0.24% 0.52% -
HSV(B) 189.15º 0.36% 0.64% -
XYZ 23.88 28.7 38.93 -
YUV 140.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 104 154 163 0.36 0.06 0 0.36 189.15 0.24 0.52
Hex 68 9A A3 24 6 0 24 BD 18 34
Octal 150 232 243 44 6 0 44 275 30 64
Binary 1101000 10011010 10100011 100100 110 0 100100 10111101 11000 110100

Color Harmonies of #689AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689AA3

Black with #689AA3

Text Example


Text Example

White with #689AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,154,163); }

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

background-color css

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

 a { background-color: rgb(104,154,163); }

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

border-color css

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

 span { border-color: rgb(104,154,163); }

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