Html Css Color HEX #689F99 Cadet Blue

📋 copy color: '#689F99'

red 104 ◦ green 159 ◦ blue 153

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

Shades of Cadet Blue #689F99

Tints of Cadet Blue #689F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.22%

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

R = 25%
G = 38.22%
B = 36.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#689F99 (or 0x689F99) is known color: Cadet Blue. HEX triplet: 68, 9F and 99. RGB value is (104,159,153). Sum of RGB (Red+Green+Blue) = 104+159+153=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 159 - color contains mainly: green. Hex color #689F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689F99 is #976066. Grayscale: #8D8D8D. Windows color (decimal): -9920615 or 10067816. OLE color: 10067816.

HSL color Cylindrical-coordinate representation of color #689F99: hue angle of 173.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689F99 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 159 153 -
CMYK 0.35 0 0.04 0.38
HSL 173.45º 0.22% 0.52% -
HSV(B) 173.45º 0.35% 0.62% -
XYZ 23.86 30.04 34.68 -
YUV 141.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 104 159 153 0.35 0 0.04 0.38 173.45 0.22 0.52
Hex 68 9F 99 23 0 4 26 AD 16 34
Octal 150 237 231 43 0 4 46 255 26 64
Binary 1101000 10011111 10011001 100011 0 100 100110 10101101 10110 110100

Color Harmonies of #689F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F99

Black with #689F99

Text Example


Text Example

White with #689F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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