#6190CD

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

Shades of Danube #6190CD

Tints of Danube #6190CD

Color information

#6190CD (or 0x6190CD) is unknown color: approx Danube. HEX triplet: 61, 90 and CD. RGB value is (97,144,205). Sum of RGB (Red+Green+Blue) = 97+144+205=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #6190CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190CD is #9E6F32. Grayscale: #888888. Windows color (decimal): -10383155 or 13471841. OLE color: 13471841.

HSL color Cylindrical-coordinate representation of color #6190CD: hue angle of 213.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6190CD is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97144205-
CMYK0.530.3000.20
HSL213.89º51.92%59.22%-
HSV(B)213.89º52.68%80.39%-
XYZ25.9226.961.58-
YUV136.9166.4399.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.75%
GREEN value IS 144 (56.64% from 255) = 32.29%
BLUE value IS 205 (80.47% from 255) = 45.96%
R=21.75%
G=32.29%
B=45.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971442050.530.3000.20213.8951.9259.22
Hex6190CD351E014d6343b
Octal14122031565360243266473
Binary110000110010000110011011101011111001010011010110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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