#6392CC

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

Shades of Danube #6392CC

Tints of Danube #6392CC

Color information

#6392CC (or 0x6392CC) is unknown color: approx Danube. HEX triplet: 63, 92 and CC. RGB value is (99,146,204). Sum of RGB (Red+Green+Blue) = 99+146+204=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 146 (57.42% from 255 or 32.52% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #6392CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392CC is #9C6D33. Grayscale: #8A8A8A. Windows color (decimal): -10251572 or 13406819. OLE color: 13406819.

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

Color convert

RGB99146204-
CMYK0.510.2800.2
HSL213.14º50.72%59.41%-
HSV(B)213.14º51.47%80%-
XYZ26.3227.5761.06-
YUV138.56164.9399.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.05%
GREEN value IS 146 (57.42% from 255) = 32.52%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=22.05%
G=32.52%
B=45.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal991462040.510.2800.2213.1450.7259.41
Hex6392CC331C014d5333b
Octal14322231463340243256373
Binary110001110010010110011001100111110001010011010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6392CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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