#6381AF

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

Shades of Danube #6381AF

Tints of Danube #6381AF

Color information

#6381AF (or 0x6381AF) is unknown color: approx Danube. HEX triplet: 63, 81 and AF. RGB value is (99,129,175). Sum of RGB (Red+Green+Blue) = 99+129+175=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6381AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6381AF is #9C7E50. Grayscale: #7D7D7D. Windows color (decimal): -10255953 or 11501923. OLE color: 11501923.

HSL color Cylindrical-coordinate representation of color #6381AF: hue angle of 216.32º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6381AF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99129175-
CMYK0.430.2600.31
HSL216.32º32.2%53.73%-
HSV(B)216.32º43.43%68.63%-
XYZ20.7321.4543.6-
YUV125.27156.06109.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=24.57%
G=32.01%
B=43.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991291750.430.2600.31216.3232.253.73
Hex6381AF2B1A01Fd82036
Octal14320125753320373304066
Binary110001110000001101011111010111101001111111011000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6381AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6381AF; }

 p { color: rgb(99,129,175); }

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

<style>
 a { background-color: #6381AF; }

 a { background-color: rgb(99,129,175); }

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

<style>
 span { border-color: #6381AF; }

 span { border-color: rgb(99,129,175); }

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