#689395

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

Shades of Cadet Blue #689395

Tints of Cadet Blue #689395

Color information

#689395 (or 0x689395) is unknown color: approx Cadet Blue. HEX triplet: 68, 93 and 95. RGB value is (104,147,149). Sum of RGB (Red+Green+Blue) = 104+147+149=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #689395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689395 is #976C6A. Grayscale: #868686. Windows color (decimal): -9923691 or 9802600. OLE color: 9802600.

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

Color convert

RGB104147149-
CMYK0.300.0100.42
HSL182.67º17.79%49.61%-
HSV(B)182.67º30.2%58.43%-
XYZ21.5725.9832.31-
YUV134.37136.25106.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26%
GREEN value IS 147 (57.81% from 255) = 36.75%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=26%
G=36.75%
B=37.25%

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
Decimal1041471490.300.0100.42182.6717.7949.61
Hex6893951E102Ab71232
Octal1502232253610522672262
Binary1101000100100111001010111110101010101011011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689395; }

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

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

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

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

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

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

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

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