#689EA0

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

Shades of Cadet Blue #689EA0

Tints of Cadet Blue #689EA0

Color information

#689EA0 (or 0x689EA0) is unknown color: approx Cadet Blue. HEX triplet: 68, 9E and A0. RGB value is (104,158,160). Sum of RGB (Red+Green+Blue) = 104+158+160=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 160 - color contains mainly: blue. Hex color #689EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689EA0 is #97615F. Grayscale: #8E8E8E. Windows color (decimal): -9920864 or 10526312. OLE color: 10526312.

HSL color Cylindrical-coordinate representation of color #689EA0: hue angle of 182.14º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #689EA0 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB104158160-
CMYK0.350.0100.37
HSL182.14º22.76%51.76%-
HSV(B)182.14º35%62.75%-
XYZ24.2829.9337.76-
YUV142.08138.11100.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.64%
GREEN value IS 158 (62.11% from 255) = 37.44%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=24.64%
G=37.44%
B=37.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041581600.350.0100.37182.1422.7651.76
Hex689EA0231025b61734
Octal1502362404310452662764
Binary11010001001111010100000100011101001011011011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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