#618DBB

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

Shades of Danube #618DBB

Tints of Danube #618DBB

Color information

#618DBB (or 0x618DBB) is unknown color: approx Danube. HEX triplet: 61, 8D and BB. RGB value is (97,141,187). Sum of RGB (Red+Green+Blue) = 97+141+187=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #618DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DBB is #9E7244. Grayscale: #848484. Windows color (decimal): -10383941 or 12291425. OLE color: 12291425.

HSL color Cylindrical-coordinate representation of color #618DBB: hue angle of 210.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618DBB is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97141187-
CMYK0.480.2500.27
HSL210.67º39.82%55.69%-
HSV(B)210.67º48.13%73.33%-
XYZ23.4225.1850.64-
YUV133.09158.42102.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 187 (73.44% from 255) = 44%
R=22.82%
G=33.18%
B=44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971411870.480.2500.27210.6739.8255.69
Hex618DBB301901Bd32838
Octal14121527360310333235070
Binary110000110001101101110111100001100101101111010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,187); }

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

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

 a { background-color: rgb(97,141,187); }

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

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

 span { border-color: rgb(97,141,187); }

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