#6392D0

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

Shades of Danube #6392D0

Tints of Danube #6392D0

Color information

#6392D0 (or 0x6392D0) is unknown color: approx Danube. HEX triplet: 63, 92 and D0. RGB value is (99,146,208). Sum of RGB (Red+Green+Blue) = 99+146+208=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #6392D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392D0 is #9C6D2F. Grayscale: #8A8A8A. Windows color (decimal): -10251568 or 13668963. OLE color: 13668963.

HSL color Cylindrical-coordinate representation of color #6392D0: hue angle of 214.13º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6392D0 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99146208-
CMYK0.520.3000.18
HSL214.13º53.69%60.2%-
HSV(B)214.13º52.4%81.57%-
XYZ26.8127.7663.62-
YUV139.01166.9399.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.85%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=21.85%
G=32.23%
B=45.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991462080.520.3000.18214.1353.6960.2
Hex6392D0341E012d6363c
Octal14322232064360223266674
Binary110001110010010110100001101001111001001011010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6392D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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