#617FAE

Color #617FAE Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #617FAE

Tints of Danube #617FAE

Color information

#617FAE (or 0x617FAE) is unknown color: approx Danube. HEX triplet: 61, 7F and AE. RGB value is (97,127,174). Sum of RGB (Red+Green+Blue) = 97+127+174=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #617FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617FAE is #9E8051. Grayscale: #7B7B7B. Windows color (decimal): -10387538 or 11435873. OLE color: 11435873.

HSL color Cylindrical-coordinate representation of color #617FAE: hue angle of 216.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #617FAE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97127174-
CMYK0.440.2700.32
HSL216.62º32.22%53.14%-
HSV(B)216.62º44.25%68.24%-
XYZ20.1620.7842.99-
YUV123.39156.56109.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.37%
GREEN value IS 127 (50% from 255) = 31.91%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=24.37%
G=31.91%
B=43.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971271740.440.2700.32216.6232.2253.14
Hex617FAE2C1B020d92035
Octal14117725654330403314065
Binary110000111111111010111010110011011010000011011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617FAE; }

 p { color: rgb(97,127,174); }

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

<style>
 a { background-color: #617FAE; }

 a { background-color: rgb(97,127,174); }

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

<style>
 span { border-color: #617FAE; }

 span { border-color: rgb(97,127,174); }

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