#689E9A

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

Shades of Cadet Blue #689E9A

Tints of Cadet Blue #689E9A

Color information

#689E9A (or 0x689E9A) is unknown color: approx Cadet Blue. HEX triplet: 68, 9E and 9A. RGB value is (104,158,154). Sum of RGB (Red+Green+Blue) = 104+158+154=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #689E9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E9A is #976165. Grayscale: #8D8D8D. Windows color (decimal): -9920870 or 10133096. OLE color: 10133096.

HSL color Cylindrical-coordinate representation of color #689E9A: hue angle of 175.56º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689E9A is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB104158154-
CMYK0.3400.030.38
HSL175.56º21.77%51.37%-
HSV(B)175.56º34.18%61.96%-
XYZ23.7729.7335.06-
YUV141.4135.11101.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=25%
G=37.98%
B=37.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041581540.3400.030.38175.5621.7751.37
Hex689E9A220326b01633
Octal1502362324203462602663
Binary110100010011110100110101000100111001101011000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689E9A; }

 p { color: rgb(104,158,154); }

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

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

 a { background-color: rgb(104,158,154); }

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

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

 span { border-color: rgb(104,158,154); }

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