#063862

Color #063862 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #063862

Tints of Prussian Blue #063862

Color information

#063862 (or 0x063862) is unknown color: approx Prussian Blue. HEX triplet: 06, 38 and 62. RGB value is (6,56,98). Sum of RGB (Red+Green+Blue) = 6+56+98=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #063862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063862 is #F9C79D. Grayscale: #2D2D2D. Windows color (decimal): -16369566 or 6436870. OLE color: 6436870.

HSL color Cylindrical-coordinate representation of color #063862: hue angle of 207.39º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063862 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB65698-
CMYK0.940.4300.62
HSL207.39º88.46%20.39%-
HSV(B)207.39º93.88%38.43%-
XYZ3.693.7512.08-
YUV45.84157.4499.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 98 (38.67% from 255) = 61.25%
R=3.75%
G=35%
B=61.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal656980.940.4300.62207.3988.4620.39
Hex638625E2B03Ecf5814
Octal6701421365307631713024
Binary11011100011000101011110101011011111011001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063862; }

 p { color: rgb(6,56,98); }

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

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

 a { background-color: rgb(6,56,98); }

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

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

 span { border-color: rgb(6,56,98); }

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