#6190CC

Color #6190CC Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6190CC

Tints of Danube #6190CC

Color information

#6190CC (or 0x6190CC) is unknown color: approx 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

RGB97144204-
CMYK0.520.2900.2
HSL213.64º51.2%59.02%-
HSV(B)213.64º52.45%80%-
XYZ25.826.8560.95-
YUV136.79165.9399.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 144 (56.64% from 255) = 32.36%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=21.80%
G=32.36%
B=45.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971442040.520.2900.2213.6451.259.02
Hex6190CC341D014d6333b
Octal14122031464350243266373
Binary110000110010000110011001101001110101010011010110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>