#689499

Color #689499 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #689499

Tints of Cadet Blue #689499

Color information

#689499 (or 0x689499) is unknown color: approx 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

RGB104148153-
CMYK0.320.0300.4
HSL186.12º19.37%50.39%-
HSV(B)186.12º32.03%60%-
XYZ22.0526.4234.08-
YUV135.41137.92105.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041481530.320.0300.4186.1219.3750.39
Hex689499203028ba1332
Octal1502242314030502722362
Binary110100010010100100110011000001101010001011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>