Html Css Color HEX #6191CE Danube

📋 copy color: '#6191CE'

red 97 ◦ green 145 ◦ blue 206

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

Shades of Danube #6191CE

Tints of Danube #6191CE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 21.65%
G = 32.37%
B = 45.98%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6191CE (or 0x6191CE) is known color: Danube. HEX triplet: 61, 91 and CE. RGB value is (97,145,206). Sum of RGB (Red+Green+Blue) = 97+145+206=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #6191CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6191CE is #9E6E31. Grayscale: #898989. Windows color (decimal): -10382898 or 13537633. OLE color: 13537633.

HSL color Cylindrical-coordinate representation of color #6191CE: hue angle of 213.58º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6191CE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 145 206 -
CMYK 0.53 0.30 0 0.19
HSL 213.58º 0.53% 0.59% -
HSV(B) 213.58º 0.53% 0.81% -
XYZ 26.2 27.25 62.27 -
YUV 137.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 97 145 206 0.53 0.30 0 0.19 213.58 0.53 0.59
Hex 61 91 CE 35 1E 0 13 D6 35 3B
Octal 141 221 316 65 36 0 23 326 65 73
Binary 1100001 10010001 11001110 110101 11110 0 10011 11010110 110101 111011

Color Harmonies of #6191CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6191CE

Black with #6191CE

Text Example


Text Example

White with #6191CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6191CE; }

 p { color: rgb(97,145,206); }

 H1.HeaderClassName
 {
   color: #6191CE;
 }
 .AnyTagClassName
 {
   color: #6191CE;
 }
</style>

background-color css

<style>
 a { background-color: #6191CE; }

 a { background-color: rgb(97,145,206); }

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

border-color css

<style>
 span { border-color: #6191CE; }

 span { border-color: rgb(97,145,206); }

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