#689BA2

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

Shades of Cadet Blue #689BA2

Tints of Cadet Blue #689BA2

Color information

#689BA2 (or 0x689BA2) is unknown color: approx Cadet Blue. HEX triplet: 68, 9B and A2. RGB value is (104,155,162). Sum of RGB (Red+Green+Blue) = 104+155+162=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 162 - color contains mainly: blue. Hex color #689BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BA2 is #97645D. Grayscale: #8C8C8C. Windows color (decimal): -9921630 or 10656616. OLE color: 10656616.

HSL color Cylindrical-coordinate representation of color #689BA2: hue angle of 187.24º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #689BA2 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB104155162-
CMYK0.360.0400.36
HSL187.24º23.77%52.16%-
HSV(B)187.24º35.8%63.53%-
XYZ23.9528.9938.52-
YUV140.55140.1101.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.70%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 162 (63.67% from 255) = 38.48%
R=24.70%
G=36.82%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041551620.360.0400.36187.2423.7752.16
Hex689BA2244024bb1834
Octal1502332424440442733064
Binary1101000100110111010001010010010001001001011101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,155,162); }

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

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

 a { background-color: rgb(104,155,162); }

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

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

 span { border-color: rgb(104,155,162); }

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