Html Css Color HEX #6190D0 Danube

📋 copy color: '#6190D0'

red 97 ◦ green 144 ◦ blue 208

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

Shades of Danube #6190D0

Tints of Danube #6190D0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

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

R = 21.6%
G = 32.07%
B = 46.33%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6190D0 (or 0x6190D0) is known color: Danube. HEX triplet: 61, 90 and D0. RGB value is (97,144,208). Sum of RGB (Red+Green+Blue) = 97+144+208=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #6190D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190D0 is #9E6F2F. Grayscale: #888888. Windows color (decimal): -10383152 or 13668449. OLE color: 13668449.

HSL color Cylindrical-coordinate representation of color #6190D0: hue angle of 214.59º 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 #6190D0 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 97 144 208 -
CMYK 0.53 0.31 0 0.18
HSL 214.59º 0.54% 0.6% -
HSV(B) 214.59º 0.53% 0.82% -
XYZ 26.29 27.04 63.51 -
YUV 137.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 97 144 208 0.53 0.31 0 0.18 214.59 0.54 0.6
Hex 61 90 D0 35 1F 0 12 D7 36 3C
Octal 141 220 320 65 37 0 22 327 66 74
Binary 1100001 10010000 11010000 110101 11111 0 10010 11010111 110110 111100

Color Harmonies of #6190D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190D0

Black with #6190D0

Text Example


Text Example

White with #6190D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6190D0; }

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

 H1.HeaderClassName
 {
   color: #6190D0;
 }
 .AnyTagClassName
 {
   color: #6190D0;
 }
</style>

background-color css

<style>
 a { background-color: #6190D0; }

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

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

border-color css

<style>
 span { border-color: #6190D0; }

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

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