#063060

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

Shades of Prussian Blue #063060

Tints of Prussian Blue #063060

Color information

#063060 (or 0x063060) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 60. RGB value is (6,48,96). Sum of RGB (Red+Green+Blue) = 6+48+96=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 96 (37.89% from 255 or 64% from 150); Max value from RGB is 96 - color contains mainly: blue. Hex color #063060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063060 is #F9CF9F. Grayscale: #282828. Windows color (decimal): -16371616 or 6303750. OLE color: 6303750.

HSL color Cylindrical-coordinate representation of color #063060: hue angle of 212º 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 #063060 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64896-
CMYK0.940.5000.62
HSL212º88.24%20%-
HSV(B)212º93.75%37.65%-
XYZ3.24311.47-
YUV40.91159.09103.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 96 (37.89% from 255) = 64%
R=4%
G=32%
B=64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal648960.940.5000.6221288.2420
Hex630605E3203Ed45814
Octal6601401366207632413024
Binary11011000011000001011110110010011111011010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063060; }

 p { color: rgb(6,48,96); }

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

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

 a { background-color: rgb(6,48,96); }

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

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

 span { border-color: rgb(6,48,96); }

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