#6392CA

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

Shades of Danube #6392CA

Tints of Danube #6392CA

Color information

#6392CA (or 0x6392CA) is unknown color: approx Danube. HEX triplet: 63, 92 and CA. RGB value is (99,146,202). Sum of RGB (Red+Green+Blue) = 99+146+202=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #6392CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392CA is #9C6D35. Grayscale: #8A8A8A. Windows color (decimal): -10251574 or 13275747. OLE color: 13275747.

HSL color Cylindrical-coordinate representation of color #6392CA: hue angle of 212.62º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6392CA is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99146202-
CMYK0.510.2800.21
HSL212.62º49.28%59.02%-
HSV(B)212.62º50.99%79.22%-
XYZ26.0927.4759.81-
YUV138.33163.9399.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.15%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=22.15%
G=32.66%
B=45.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991462020.510.2800.21212.6249.2859.02
Hex6392CA331C015d5313b
Octal14322231263340253256173
Binary110001110010010110010101100111110001010111010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6392CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6392CA; }

 p { color: rgb(99,146,202); }

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

<style>
 a { background-color: #6392CA; }

 a { background-color: rgb(99,146,202); }

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

<style>
 span { border-color: #6392CA; }

 span { border-color: rgb(99,146,202); }

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