#689AA0

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

Shades of Cadet Blue #689AA0

Tints of Cadet Blue #689AA0

Color information

#689AA0 (or 0x689AA0) is unknown color: approx Cadet Blue. HEX triplet: 68, 9A and A0. RGB value is (104,154,160). Sum of RGB (Red+Green+Blue) = 104+154+160=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 160 - color contains mainly: blue. Hex color #689AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689AA0 is #97655F. Grayscale: #8B8B8B. Windows color (decimal): -9921888 or 10525288. OLE color: 10525288.

HSL color Cylindrical-coordinate representation of color #689AA0: hue angle of 186.43º 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 #689AA0 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB104154160-
CMYK0.350.0400.37
HSL186.43º22.76%51.76%-
HSV(B)186.43º35%62.75%-
XYZ23.6128.5937.53-
YUV139.73139.44102.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=24.88%
G=36.84%
B=38.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1041541600.350.0400.37186.4322.7651.76
Hex689AA0234025ba1734
Octal1502322404340452722764
Binary1101000100110101010000010001110001001011011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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