Html Css Color HEX #689D9D Cadet Blue

📋 copy color: '#689D9D'

red 104 ◦ green 157 ◦ blue 157

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

Shades of Cadet Blue #689D9D

Tints of Cadet Blue #689D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 24.88%
G = 37.56%
B = 37.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#689D9D (or 0x689D9D) is known color: Cadet Blue. HEX triplet: 68, 9D and 9D. RGB value is (104,157,157). Sum of RGB (Red+Green+Blue) = 104+157+157=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #689D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D9D is #976262. Grayscale: #8D8D8D. Windows color (decimal): -9921123 or 10329448. OLE color: 10329448.

HSL color Cylindrical-coordinate representation of color #689D9D: hue angle of 180º 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 #689D9D is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 157 -
CMYK 0.34 0 0 0.38
HSL 180º 0.21% 0.51% -
HSV(B) 180º 0.34% 0.62% -
XYZ 23.85 29.49 36.33 -
YUV 141.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 104 157 157 0.34 0 0 0.38 180 0.21 0.51
Hex 68 9D 9D 22 0 0 26 B4 15 33
Octal 150 235 235 42 0 0 46 264 25 63
Binary 1101000 10011101 10011101 100010 0 0 100110 10110100 10101 110011

Color Harmonies of #689D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D9D

Black with #689D9D

Text Example


Text Example

White with #689D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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