Html Css Color HEX #689D9A Cadet Blue

📋 copy color: '#689D9A'

red 104 ◦ green 157 ◦ blue 154

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

Shades of Cadet Blue #689D9A

Tints of Cadet Blue #689D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 25.06%
G = 37.83%
B = 37.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.38

RGB Variations

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

Color information

#689D9A (or 0x689D9A) is known color: Cadet Blue. HEX triplet: 68, 9D and 9A. RGB value is (104,157,154). Sum of RGB (Red+Green+Blue) = 104+157+154=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #689D9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D9A is #976265. Grayscale: #8C8C8C. Windows color (decimal): -9921126 or 10132840. OLE color: 10132840.

HSL color Cylindrical-coordinate representation of color #689D9A: hue angle of 176.6º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D9A is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 154 -
CMYK 0.34 0 0.02 0.38
HSL 176.6º 0.21% 0.51% -
HSV(B) 176.6º 0.34% 0.62% -
XYZ 23.6 29.39 35 -
YUV 140.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 104 157 154 0.34 0 0.02 0.38 176.6 0.21 0.51
Hex 68 9D 9A 22 0 2 26 B1 15 33
Octal 150 235 232 42 0 2 46 261 25 63
Binary 1101000 10011101 10011010 100010 0 10 100110 10110001 10101 110011

Color Harmonies of #689D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D9A

Black with #689D9A

Text Example


Text Example

White with #689D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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