Html Css Color HEX #618AD0 Danube

📋 copy color: '#618AD0'

red 97 ◦ green 138 ◦ blue 208

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

Shades of Danube #618AD0

Tints of Danube #618AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 21.9%
G = 31.15%
B = 46.95%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#618AD0 (or 0x618AD0) is known color: Danube. HEX triplet: 61, 8A and D0. RGB value is (97,138,208). Sum of RGB (Red+Green+Blue) = 97+138+208=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #618AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AD0 is #9E752F. Grayscale: #858585. Windows color (decimal): -10384688 or 13666913. OLE color: 13666913.

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

Color convert

RGB 97 138 208 -
CMYK 0.53 0.34 0 0.18
HSL 217.84º 0.54% 0.6% -
HSV(B) 217.84º 0.53% 0.82% -
XYZ 25.4 25.27 63.21 -
YUV 133.72 169.92 101.81 -
System Red Green Blue C M Y K H S L
Decimal 97 138 208 0.53 0.34 0 0.18 217.84 0.54 0.6
Hex 61 8A D0 35 22 0 12 DA 36 3C
Octal 141 212 320 65 42 0 22 332 66 74
Binary 1100001 10001010 11010000 110101 100010 0 10010 11011010 110110 111100

Color Harmonies of #618AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618AD0

Black with #618AD0

Text Example


Text Example

White with #618AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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