#689997

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

Shades of Cadet Blue #689997

Tints of Cadet Blue #689997

Color information

#689997 (or 0x689997) is unknown color: approx Cadet Blue. HEX triplet: 68, 99 and 97. RGB value is (104,153,151). Sum of RGB (Red+Green+Blue) = 104+153+151=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #689997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689997 is #976668. Grayscale: #8A8A8A. Windows color (decimal): -9922153 or 9935208. OLE color: 9935208.

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

Color convert

RGB104153151-
CMYK0.3200.010.4
HSL177.55º19.37%50.39%-
HSV(B)177.55º32.03%60%-
XYZ22.6927.9633.48-
YUV138.12135.27103.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 151 (59.38% from 255) = 37.01%
R=25.49%
G=37.5%
B=37.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531510.3200.010.4177.5519.3750.39
Hex689997200128b21332
Octal1502312274001502622362
Binary11010001001100110010111100000011010001011001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689997; }

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

 H1.HeaderClassName
 {
   color: #689997;
 }
 .AnyTagClassName
 {
   color: #689997;
 }
</style>
background-color css

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

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

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

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

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

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