Html Css Color HEX #689999 Cadet Blue

📋 copy color: '#689999'

red 104 ◦ green 153 ◦ blue 153

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

Shades of Cadet Blue #689999

Tints of Cadet Blue #689999

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.32%

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

R = 25.37%
G = 37.32%
B = 37.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#689999 (or 0x689999) is known color: Cadet Blue. HEX triplet: 68, 99 and 99. RGB value is (104,153,153). Sum of RGB (Red+Green+Blue) = 104+153+153=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #689999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689999 is #976666. Grayscale: #8A8A8A. Windows color (decimal): -9922151 or 10066280. OLE color: 10066280.

HSL color Cylindrical-coordinate representation of color #689999: hue angle of 180º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689999 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 153 -
CMYK 0.32 0 0 0.4
HSL 180º 0.19% 0.5% -
HSV(B) 180º 0.32% 0.6% -
XYZ 22.85 28.03 34.34 -
YUV 138.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 104 153 153 0.32 0 0 0.4 180 0.19 0.5
Hex 68 99 99 20 0 0 28 B4 13 32
Octal 150 231 231 40 0 0 50 264 23 62
Binary 1101000 10011001 10011001 100000 0 0 101000 10110100 10011 110010

Color Harmonies of #689999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689999

Black with #689999

Text Example


Text Example

White with #689999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689999; }

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

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

background-color css

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

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

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

border-color css

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

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

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