#618ABD

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

Shades of Danube #618ABD

Tints of Danube #618ABD

Color information

#618ABD (or 0x618ABD) is unknown color: approx Danube. HEX triplet: 61, 8A and BD. RGB value is (97,138,189). Sum of RGB (Red+Green+Blue) = 97+138+189=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #618ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ABD is #9E7542. Grayscale: #838383. Windows color (decimal): -10384707 or 12421729. OLE color: 12421729.

HSL color Cylindrical-coordinate representation of color #618ABD: hue angle of 213.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618ABD is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97138189-
CMYK0.490.2700.26
HSL213.26º41.07%56.08%-
HSV(B)213.26º48.68%74.12%-
XYZ23.224.3951.63-
YUV131.56160.42103.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.88%
GREEN value IS 138 (54.30% from 255) = 32.55%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=22.88%
G=32.55%
B=44.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971381890.490.2700.26213.2641.0756.08
Hex618ABD311B01Ad52938
Octal14121227561330323255170
Binary110000110001010101111011100011101101101011010101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618ABD; }

 p { color: rgb(97,138,189); }

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

<style>
 a { background-color: #618ABD; }

 a { background-color: rgb(97,138,189); }

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

<style>
 span { border-color: #618ABD; }

 span { border-color: rgb(97,138,189); }

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