#689999

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

Shades of Cadet Blue #689999

Tints of Cadet Blue #689999

Color information

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

RGB104153153-
CMYK0.32000.4
HSL180º19.37%50.39%-
HSV(B)180º32.03%60%-
XYZ22.8528.0334.34-
YUV138.35136.27103.5-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531530.32000.418019.3750.39
Hex689999200028b41332
Octal1502312314000502642362
Binary11010001001100110011001100000001010001011010010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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