Html Css Color HEX #618DD1 Danube

📋 copy color: '#618DD1'

red 97 ◦ green 141 ◦ blue 209

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

Shades of Danube #618DD1

Tints of Danube #618DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.76%

R = 21.7%
G = 31.54%
B = 46.76%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#618DD1 (or 0x618DD1) is known color: Danube. HEX triplet: 61, 8D and D1. RGB value is (97,141,209). Sum of RGB (Red+Green+Blue) = 97+141+209=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #618DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DD1 is #9E722E. Grayscale: #878787. Windows color (decimal): -10383919 or 13733217. OLE color: 13733217.

HSL color Cylindrical-coordinate representation of color #618DD1: hue angle of 216.43º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #618DD1 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 141 209 -
CMYK 0.54 0.33 0 0.18
HSL 216.43º 0.55% 0.6% -
HSV(B) 216.43º 0.54% 0.82% -
XYZ 25.96 26.19 64.01 -
YUV 135.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 97 141 209 0.54 0.33 0 0.18 216.43 0.55 0.6
Hex 61 8D D1 36 21 0 12 D8 37 3C
Octal 141 215 321 66 41 0 22 330 67 74
Binary 1100001 10001101 11010001 110110 100001 0 10010 11011000 110111 111100

Color Harmonies of #618DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DD1

Black with #618DD1

Text Example


Text Example

White with #618DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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