#689FA4

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

Shades of Cadet Blue #689FA4

Tints of Cadet Blue #689FA4

Color information

#689FA4 (or 0x689FA4) is unknown color: approx Cadet Blue. HEX triplet: 68, 9F and A4. RGB value is (104,159,164). Sum of RGB (Red+Green+Blue) = 104+159+164=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 164 - color contains mainly: blue. Hex color #689FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689FA4 is #97605B. Grayscale: #8F8F8F. Windows color (decimal): -9920604 or 10788712. OLE color: 10788712.

HSL color Cylindrical-coordinate representation of color #689FA4: hue angle of 185º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #689FA4 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104159164-
CMYK0.370.0300.36
HSL185º24.79%52.55%-
HSV(B)185º36.59%64.31%-
XYZ24.8130.4239.69-
YUV143.12139.78100.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.36%
GREEN value IS 159 (62.5% from 255) = 37.24%
BLUE value IS 164 (64.45% from 255) = 38.41%
R=24.36%
G=37.24%
B=38.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041591640.370.0300.3618524.7952.55
Hex689FA4253024b91935
Octal1502372444530442713165
Binary110100010011111101001001001011101001001011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,159,164); }

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

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

 a { background-color: rgb(104,159,164); }

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

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

 span { border-color: rgb(104,159,164); }

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