Html Css Color HEX #689CA8 Cadet Blue

📋 copy color: '#689CA8'

red 104 ◦ green 156 ◦ blue 168

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

Shades of Cadet Blue #689CA8

Tints of Cadet Blue #689CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

 BLUE value IS 168 (66.02% from 255) = 39.25%

R = 24.3%
G = 36.45%
B = 39.25%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#689CA8 (or 0x689CA8) is known color: Cadet Blue. HEX triplet: 68, 9C and A8. RGB value is (104,156,168). Sum of RGB (Red+Green+Blue) = 104+156+168=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 168 - color contains mainly: blue. Hex color #689CA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689CA8 is #976357. Grayscale: #8D8D8D. Windows color (decimal): -9921368 or 11050088. OLE color: 11050088.

HSL color Cylindrical-coordinate representation of color #689CA8: hue angle of 191.25º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #689CA8 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 156 168 -
CMYK 0.38 0.07 0 0.34
HSL 191.25º 0.27% 0.53% -
HSV(B) 191.25º 0.38% 0.66% -
XYZ 24.67 29.55 41.45 -
YUV 141.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 104 156 168 0.38 0.07 0 0.34 191.25 0.27 0.53
Hex 68 9C A8 26 7 0 22 BF 1B 35
Octal 150 234 250 46 7 0 42 277 33 65
Binary 1101000 10011100 10101000 100110 111 0 100010 10111111 11011 110101

Color Harmonies of #689CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689CA8

Black with #689CA8

Text Example


Text Example

White with #689CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,156,168); }

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

background-color css

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

 a { background-color: rgb(104,156,168); }

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

border-color css

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

 span { border-color: rgb(104,156,168); }

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