#618EBE

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

Shades of Danube #618EBE

Tints of Danube #618EBE

Color information

#618EBE (or 0x618EBE) is unknown color: approx Danube. HEX triplet: 61, 8E and BE. RGB value is (97,142,190). Sum of RGB (Red+Green+Blue) = 97+142+190=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #618EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618EBE is #9E7141. Grayscale: #858585. Windows color (decimal): -10383682 or 12488289. OLE color: 12488289.

HSL color Cylindrical-coordinate representation of color #618EBE: hue angle of 210.97º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #618EBE is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB97142190-
CMYK0.490.2500.25
HSL210.97º41.7%56.27%-
HSV(B)210.97º48.95%74.51%-
XYZ23.925.6152.4-
YUV134.02159.59101.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=22.61%
G=33.10%
B=44.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971421900.490.2500.25210.9741.756.27
Hex618EBE3119019d32a38
Octal14121627661310313235270
Binary110000110001110101111101100011100101100111010011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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