Html Css Color HEX #618DD5 Danube

📋 copy color: '#618DD5'

red 97 ◦ green 141 ◦ blue 213

#618DD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #618DD5

Tints of Danube #618DD5

RGB

 RED value IS 97 (38.28% from 255) = 21.51%

 GREEN value IS 141 (55.47% from 255) = 31.26%

 BLUE value IS 213 (83.59% from 255) = 47.23%

R = 21.51%
G = 31.26%
B = 47.23%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#618DD5 (or 0x618DD5) is known color: Danube. HEX triplet: 61, 8D and D5. RGB value is (97,141,213). Sum of RGB (Red+Green+Blue) = 97+141+213=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #618DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DD5 is #9E722A. Grayscale: #878787. Windows color (decimal): -10383915 or 13995361. OLE color: 13995361.

HSL color Cylindrical-coordinate representation of color #618DD5: hue angle of 217.24º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #618DD5 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 141 213 -
CMYK 0.54 0.34 0 0.16
HSL 217.24º 0.58% 0.61% -
HSV(B) 217.24º 0.54% 0.84% -
XYZ 26.46 26.4 66.65 -
YUV 136.05 171.42 100.15 -
System Red Green Blue C M Y K H S L
Decimal 97 141 213 0.54 0.34 0 0.16 217.24 0.58 0.61
Hex 61 8D D5 36 22 0 10 D9 3A 3D
Octal 141 215 325 66 42 0 20 331 72 75
Binary 1100001 10001101 11010101 110110 100010 0 10000 11011001 111010 111101

Color Harmonies of #618DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DD5

Black with #618DD5

Text Example


Text Example

White with #618DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #618DD5;
 }
 .AnyTagClassName
 {
   color: #618DD5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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