#689BA1

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

Shades of Cadet Blue #689BA1

Tints of Cadet Blue #689BA1

Color information

#689BA1 (or 0x689BA1) is unknown color: approx Cadet Blue. HEX triplet: 68, 9B and A1. RGB value is (104,155,161). Sum of RGB (Red+Green+Blue) = 104+155+161=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 161 - color contains mainly: blue. Hex color #689BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BA1 is #97645E. Grayscale: #8C8C8C. Windows color (decimal): -9921631 or 10591080. OLE color: 10591080.

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

Color convert

RGB104155161-
CMYK0.350.0400.37
HSL186.32º23.27%51.96%-
HSV(B)186.32º35.4%63.14%-
XYZ23.8628.9638.05-
YUV140.44139.6102.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.76%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=24.76%
G=36.90%
B=38.33%

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
Decimal1041551610.350.0400.37186.3223.2751.96
Hex689BA1234025ba1734
Octal1502332414340452722764
Binary1101000100110111010000110001110001001011011101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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