#6190CF

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

Shades of Danube #6190CF

Tints of Danube #6190CF

Color information

#6190CF (or 0x6190CF) is unknown color: approx Danube. HEX triplet: 61, 90 and CF. RGB value is (97,144,207). Sum of RGB (Red+Green+Blue) = 97+144+207=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #6190CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190CF is #9E6F30. Grayscale: #888888. Windows color (decimal): -10383153 or 13602913. OLE color: 13602913.

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

Color convert

RGB97144207-
CMYK0.530.3000.19
HSL214.36º53.4%59.61%-
HSV(B)214.36º53.14%81.18%-
XYZ26.1726.9962.86-
YUV137.13167.4399.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.65%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=21.65%
G=32.14%
B=46.21%

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
Decimal971442070.530.3000.19214.3653.459.61
Hex6190CF351E013d6353c
Octal14122031765360233266574
Binary110000110010000110011111101011111001001111010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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