#689495

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

Shades of Cadet Blue #689495

Tints of Cadet Blue #689495

Color information

#689495 (or 0x689495) is unknown color: approx Cadet Blue. HEX triplet: 68, 94 and 95. RGB value is (104,148,149). Sum of RGB (Red+Green+Blue) = 104+148+149=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #689495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689495 is #976B6A. Grayscale: #868686. Windows color (decimal): -9923435 or 9802856. OLE color: 9802856.

HSL color Cylindrical-coordinate representation of color #689495: hue angle of 181.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689495 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104148149-
CMYK0.300.0100.42
HSL181.33º17.79%49.61%-
HSV(B)181.33º30.2%58.43%-
XYZ21.7226.2932.36-
YUV134.96135.92105.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.94%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=25.94%
G=36.91%
B=37.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041481490.300.0100.42181.3317.7949.61
Hex6894951E102Ab51232
Octal1502242253610522652262
Binary1101000100101001001010111110101010101011010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689495; }

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

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

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

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

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

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

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

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