#618EBD

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

Shades of Danube #618EBD

Tints of Danube #618EBD

Color information

#618EBD (or 0x618EBD) is unknown color: approx Danube. HEX triplet: 61, 8E and BD. RGB value is (97,142,189). Sum of RGB (Red+Green+Blue) = 97+142+189=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #618EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EBD is #9E7142. Grayscale: #858585. Windows color (decimal): -10383683 or 12422753. OLE color: 12422753.

HSL color Cylindrical-coordinate representation of color #618EBD: hue angle of 210.65º 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 #618EBD is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97142189-
CMYK0.490.2500.26
HSL210.65º41.07%56.08%-
HSV(B)210.65º48.68%74.12%-
XYZ23.7925.5651.82-
YUV133.9159.09101.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 189 (74.22% from 255) = 44.16%
R=22.66%
G=33.18%
B=44.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971421890.490.2500.26210.6541.0756.08
Hex618EBD311901Ad32938
Octal14121627561310323235170
Binary110000110001110101111011100011100101101011010011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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