#06304F

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

Shades of Prussian Blue #06304F

Tints of Prussian Blue #06304F

Color information

#06304F (or 0x06304F) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 4F. RGB value is (6,48,79). Sum of RGB (Red+Green+Blue) = 6+48+79=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 79 (31.25% from 255 or 59.40% from 133); Max value from RGB is 79 - color contains mainly: blue. Hex color #06304F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06304F is #F9CFB0. Grayscale: #262626. Windows color (decimal): -16371633 or 5189638. OLE color: 5189638.

HSL color Cylindrical-coordinate representation of color #06304F: hue angle of 205.48º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06304F is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64879-
CMYK0.920.3900.69
HSL205.48º85.88%16.67%-
HSV(B)205.48º92.41%30.98%-
XYZ2.542.727.79-
YUV38.98150.59104.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.51%
GREEN value IS 48 (19.14% from 255) = 36.09%
BLUE value IS 79 (31.25% from 255) = 59.40%
R=4.51%
G=36.09%
B=59.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal648790.920.3900.69205.4885.8816.67
Hex6304F5C27045cd5611
Octal66011713447010531512621
Binary110110000100111110111001001110100010111001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06304F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06304F; }

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

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

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

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

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

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

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

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