#689DA4

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

Shades of Cadet Blue #689DA4

Tints of Cadet Blue #689DA4

Color information

#689DA4 (or 0x689DA4) is unknown color: approx Cadet Blue. HEX triplet: 68, 9D and A4. RGB value is (104,157,164). Sum of RGB (Red+Green+Blue) = 104+157+164=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #689DA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689DA4 is #97625B. Grayscale: #8D8D8D. Windows color (decimal): -9921116 or 10788200. OLE color: 10788200.

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

Color convert

RGB104157164-
CMYK0.370.0400.36
HSL187º24.79%52.55%-
HSV(B)187º36.59%64.31%-
XYZ24.4729.7439.57-
YUV141.95140.44100.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=24.47%
G=36.94%
B=38.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1041571640.370.0400.3618724.7952.55
Hex689DA4254024bb1935
Octal1502352444540442733165
Binary1101000100111011010010010010110001001001011101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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