Html Css Color HEX #689D99 Cadet Blue

📋 copy color: '#689D99'

red 104 ◦ green 157 ◦ blue 153

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

Shades of Cadet Blue #689D99

Tints of Cadet Blue #689D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.96%

R = 25.12%
G = 37.92%
B = 36.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#689D99 (or 0x689D99) is known color: Cadet Blue. HEX triplet: 68, 9D and 99. RGB value is (104,157,153). Sum of RGB (Red+Green+Blue) = 104+157+153=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #689D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D99 is #976266. Grayscale: #8C8C8C. Windows color (decimal): -9921127 or 10067304. OLE color: 10067304.

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

Color convert

RGB 104 157 153 -
CMYK 0.34 0 0.03 0.38
HSL 175.47º 0.21% 0.51% -
HSV(B) 175.47º 0.34% 0.62% -
XYZ 23.52 29.36 34.56 -
YUV 140.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 104 157 153 0.34 0 0.03 0.38 175.47 0.21 0.51
Hex 68 9D 99 22 0 3 26 AF 15 33
Octal 150 235 231 42 0 3 46 257 25 63
Binary 1101000 10011101 10011001 100010 0 11 100110 10101111 10101 110011

Color Harmonies of #689D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D99

Black with #689D99

Text Example


Text Example

White with #689D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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