#689BA4

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

Shades of Cadet Blue #689BA4

Tints of Cadet Blue #689BA4

Color information

#689BA4 (or 0x689BA4) is unknown color: approx Cadet Blue. HEX triplet: 68, 9B and A4. RGB value is (104,155,164). Sum of RGB (Red+Green+Blue) = 104+155+164=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 164 - color contains mainly: blue. Hex color #689BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689BA4 is #97645B. Grayscale: #8C8C8C. Windows color (decimal): -9921628 or 10787688. OLE color: 10787688.

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

Color convert

RGB104155164-
CMYK0.370.0500.36
HSL189º24.79%52.55%-
HSV(B)189º36.59%64.31%-
XYZ24.1329.0739.46-
YUV140.78141.1101.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.59%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=24.59%
G=36.64%
B=38.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041551640.370.0500.3618924.7952.55
Hex689BA4255024bd1935
Octal1502332444550442753165
Binary1101000100110111010010010010110101001001011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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