#689899

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

Shades of Cadet Blue #689899

Tints of Cadet Blue #689899

Color information

#689899 (or 0x689899) is unknown color: approx Cadet Blue. HEX triplet: 68, 98 and 99. RGB value is (104,152,153). Sum of RGB (Red+Green+Blue) = 104+152+153=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #689899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689899 is #976766. Grayscale: #898989. Windows color (decimal): -9922407 or 10066024. OLE color: 10066024.

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

Color convert

RGB104152153-
CMYK0.320.0100.4
HSL181.22º19.37%50.39%-
HSV(B)181.22º32.03%60%-
XYZ22.6927.734.29-
YUV137.76136.6103.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 152 (59.77% from 255) = 37.16%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=25.43%
G=37.16%
B=37.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041521530.320.0100.4181.2219.3750.39
Hex689899201028b51332
Octal1502302314010502652362
Binary11010001001100010011001100000101010001011010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689899; }

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

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

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

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

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

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

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

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