#689EAA

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

Shades of Cadet Blue #689EAA

Tints of Cadet Blue #689EAA

Color information

#689EAA (or 0x689EAA) is unknown color: approx Cadet Blue. HEX triplet: 68, 9E and AA. RGB value is (104,158,170). Sum of RGB (Red+Green+Blue) = 104+158+170=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #689EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689EAA is #976155. Grayscale: #8F8F8F. Windows color (decimal): -9920854 or 11181672. OLE color: 11181672.

HSL color Cylindrical-coordinate representation of color #689EAA: hue angle of 190.91º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #689EAA is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104158170-
CMYK0.390.0700.33
HSL190.91º27.97%53.73%-
HSV(B)190.91º38.82%66.67%-
XYZ25.1930.342.55-
YUV143.22143.11100.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=24.07%
G=36.57%
B=39.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041581700.390.0700.33190.9127.9753.73
Hex689EAA277021bf1c36
Octal1502362524770412773466
Binary1101000100111101010101010011111101000011011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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