#6190CE

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

Shades of Danube #6190CE

Tints of Danube #6190CE

Color information

#6190CE (or 0x6190CE) is unknown color: approx Danube. HEX triplet: 61, 90 and CE. RGB value is (97,144,206). Sum of RGB (Red+Green+Blue) = 97+144+206=447 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.70% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #6190CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190CE is #9E6F31. Grayscale: #888888. Windows color (decimal): -10383154 or 13537377. OLE color: 13537377.

HSL color Cylindrical-coordinate representation of color #6190CE: hue angle of 214.13º 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 #6190CE is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97144206-
CMYK0.530.3000.19
HSL214.13º52.66%59.41%-
HSV(B)214.13º52.91%80.78%-
XYZ26.0426.9462.22-
YUV137.01166.9399.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.70%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 206 (80.86% from 255) = 46.09%
R=21.70%
G=32.21%
B=46.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971442060.530.3000.19214.1352.6659.41
Hex6190CE351E013d6353b
Octal14122031665360233266573
Binary110000110010000110011101101011111001001111010110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6190CE;
 }
 .AnyTagClassName
 {
   color: #6190CE;
 }
</style>
background-color css

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

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

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

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

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

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