Html Css Color HEX #689499 Cadet Blue

📋 copy color: '#689499'

red 104 ◦ green 148 ◦ blue 153

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

Shades of Cadet Blue #689499

Tints of Cadet Blue #689499

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.54%

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

R = 25.68%
G = 36.54%
B = 37.78%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#689499 (or 0x689499) is known color: Cadet Blue. HEX triplet: 68, 94 and 99. RGB value is (104,148,153). Sum of RGB (Red+Green+Blue) = 104+148+153=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: blue. Hex color #689499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689499 is #976B66. Grayscale: #878787. Windows color (decimal): -9923431 or 10065000. OLE color: 10065000.

HSL color Cylindrical-coordinate representation of color #689499: hue angle of 186.12º 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 #689499 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 148 153 -
CMYK 0.32 0.03 0 0.4
HSL 186.12º 0.19% 0.5% -
HSV(B) 186.12º 0.32% 0.6% -
XYZ 22.05 26.42 34.08 -
YUV 135.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 104 148 153 0.32 0.03 0 0.4 186.12 0.19 0.5
Hex 68 94 99 20 3 0 28 BA 13 32
Octal 150 224 231 40 3 0 50 272 23 62
Binary 1101000 10010100 10011001 100000 11 0 101000 10111010 10011 110010

Color Harmonies of #689499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689499

Black with #689499

Text Example


Text Example

White with #689499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689499; }

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

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

background-color css

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

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

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

border-color css

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

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

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