Html Css Color HEX #6191CC Danube

📋 copy color: '#6191CC'

red 97 ◦ green 145 ◦ blue 204

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

Shades of Danube #6191CC

Tints of Danube #6191CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.74%

R = 21.75%
G = 32.51%
B = 45.74%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6191CC (or 0x6191CC) is known color: Danube. HEX triplet: 61, 91 and CC. RGB value is (97,145,204). Sum of RGB (Red+Green+Blue) = 97+145+204=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #6191CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6191CC is #9E6E33. Grayscale: #898989. Windows color (decimal): -10382900 or 13406561. OLE color: 13406561.

HSL color Cylindrical-coordinate representation of color #6191CC: hue angle of 213.08º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6191CC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 145 204 -
CMYK 0.52 0.29 0 0.2
HSL 213.08º 0.51% 0.59% -
HSV(B) 213.08º 0.52% 0.8% -
XYZ 25.95 27.15 61 -
YUV 137.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 97 145 204 0.52 0.29 0 0.2 213.08 0.51 0.59
Hex 61 91 CC 34 1D 0 14 D5 33 3B
Octal 141 221 314 64 35 0 24 325 63 73
Binary 1100001 10010001 11001100 110100 11101 0 10100 11010101 110011 111011

Color Harmonies of #6191CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6191CC

Black with #6191CC

Text Example


Text Example

White with #6191CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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