#689A9E

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

Shades of Cadet Blue #689A9E

Tints of Cadet Blue #689A9E

Color information

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

HSL color Cylindrical-coordinate representation of color #689A9E: hue angle of 184.44º 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 #689A9E is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104154158-
CMYK0.340.0300.38
HSL184.44º21.77%51.37%-
HSV(B)184.44º34.18%61.96%-
XYZ23.4428.5236.62-
YUV139.51138.44102.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041541580.340.0300.38184.4421.7751.37
Hex689A9E223026b81633
Octal1502322364230462702663
Binary110100010011010100111101000101101001101011100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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