Html Css Color HEX #6190CD Danube

📋 copy color: '#6190CD'

red 97 ◦ green 144 ◦ blue 205

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

Shades of Danube #6190CD

Tints of Danube #6190CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 21.75%
G = 32.29%
B = 45.96%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6190CD (or 0x6190CD) is known color: Danube. HEX triplet: 61, 90 and CD. RGB value is (97,144,205). Sum of RGB (Red+Green+Blue) = 97+144+205=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #6190CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190CD is #9E6F32. Grayscale: #888888. Windows color (decimal): -10383155 or 13471841. OLE color: 13471841.

HSL color Cylindrical-coordinate representation of color #6190CD: hue angle of 213.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6190CD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 144 205 -
CMYK 0.53 0.30 0 0.20
HSL 213.89º 0.52% 0.59% -
HSV(B) 213.89º 0.53% 0.8% -
XYZ 25.92 26.9 61.58 -
YUV 136.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 97 144 205 0.53 0.30 0 0.20 213.89 0.52 0.59
Hex 61 90 CD 35 1E 0 14 D6 34 3B
Octal 141 220 315 65 36 0 24 326 64 73
Binary 1100001 10010000 11001101 110101 11110 0 10100 11010110 110100 111011

Color Harmonies of #6190CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190CD

Black with #6190CD

Text Example


Text Example

White with #6190CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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