Html Css Color HEX #618AD1 Danube

📋 copy color: '#618AD1'

red 97 ◦ green 138 ◦ blue 209

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

Shades of Danube #618AD1

Tints of Danube #618AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.08%

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

R = 21.85%
G = 31.08%
B = 47.07%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#618AD1 (or 0x618AD1) is known color: Danube. HEX triplet: 61, 8A and D1. RGB value is (97,138,209). Sum of RGB (Red+Green+Blue) = 97+138+209=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #618AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AD1 is #9E752E. Grayscale: #858585. Windows color (decimal): -10384687 or 13732449. OLE color: 13732449.

HSL color Cylindrical-coordinate representation of color #618AD1: hue angle of 218.04º 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 #618AD1 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 138 209 -
CMYK 0.54 0.34 0 0.18
HSL 218.04º 0.55% 0.6% -
HSV(B) 218.04º 0.54% 0.82% -
XYZ 25.53 25.32 63.86 -
YUV 133.84 170.42 101.73 -
System Red Green Blue C M Y K H S L
Decimal 97 138 209 0.54 0.34 0 0.18 218.04 0.55 0.6
Hex 61 8A D1 36 22 0 12 DA 37 3C
Octal 141 212 321 66 42 0 22 332 67 74
Binary 1100001 10001010 11010001 110110 100010 0 10010 11011010 110111 111100

Color Harmonies of #618AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618AD1

Black with #618AD1

Text Example


Text Example

White with #618AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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