Html Css Color HEX #6190CC Danube

📋 copy color: '#6190CC'

red 97 ◦ green 144 ◦ blue 204

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

Shades of Danube #6190CC

Tints of Danube #6190CC

RGB

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

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

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

R = 21.8%
G = 32.36%
B = 45.84%

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

#6190CC (or 0x6190CC) is known color: Danube. HEX triplet: 61, 90 and CC. RGB value is (97,144,204). Sum of RGB (Red+Green+Blue) = 97+144+204=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 144 (56.64% from 255 or 32.36% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #6190CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190CC is #9E6F33. Grayscale: #888888. Windows color (decimal): -10383156 or 13406305. OLE color: 13406305.

HSL color Cylindrical-coordinate representation of color #6190CC: hue angle of 213.64º 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 #6190CC is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 144 204 -
CMYK 0.52 0.29 0 0.2
HSL 213.64º 0.51% 0.59% -
HSV(B) 213.64º 0.52% 0.8% -
XYZ 25.8 26.85 60.95 -
YUV 136.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 97 144 204 0.52 0.29 0 0.2 213.64 0.51 0.59
Hex 61 90 CC 34 1D 0 14 D6 33 3B
Octal 141 220 314 64 35 0 24 326 63 73
Binary 1100001 10010000 11001100 110100 11101 0 10100 11010110 110011 111011

Color Harmonies of #6190CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6190CC

Black with #6190CC

Text Example


Text Example

White with #6190CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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