#689AA7

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

Shades of Cadet Blue #689AA7

Tints of Cadet Blue #689AA7

Color information

#689AA7 (or 0x689AA7) is unknown color: approx Cadet Blue. HEX triplet: 68, 9A and A7. RGB value is (104,154,167). Sum of RGB (Red+Green+Blue) = 104+154+167=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 167 - color contains mainly: blue. Hex color #689AA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689AA7 is #976558. Grayscale: #8C8C8C. Windows color (decimal): -9921881 or 10984040. OLE color: 10984040.

HSL color Cylindrical-coordinate representation of color #689AA7: hue angle of 192.38º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #689AA7 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB104154167-
CMYK0.380.0800.35
HSL192.38º26.36%53.14%-
HSV(B)192.38º37.72%65.49%-
XYZ24.2428.8440.85-
YUV140.53142.94101.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=24.47%
G=36.24%
B=39.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1041541670.380.0800.35192.3826.3653.14
Hex689AA7268023c01a35
Octal15023224746100433003265
Binary11010001001101010100111100110100001000111100000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,154,167); }

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

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

 a { background-color: rgb(104,154,167); }

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

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

 span { border-color: rgb(104,154,167); }

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