#06284F

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

Shades of Prussian Blue #06284F

Tints of Prussian Blue #06284F

Color information

#06284F (or 0x06284F) is unknown color: approx Prussian Blue. HEX triplet: 06, 28 and 4F. RGB value is (6,40,79). Sum of RGB (Red+Green+Blue) = 6+40+79=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #06284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06284F is #F9D7B0. Grayscale: #222222. Windows color (decimal): -16373681 or 5187590. OLE color: 5187590.

HSL color Cylindrical-coordinate representation of color #06284F: hue angle of 212.05º 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 #06284F is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB64079-
CMYK0.920.4900.69
HSL212.05º85.88%16.67%-
HSV(B)212.05º92.41%30.98%-
XYZ2.252.127.69-
YUV34.28153.24107.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 79 (31.25% from 255) = 63.2%
R=4.8%
G=32%
B=63.2%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal640790.920.4900.69212.0585.8816.67
Hex6284F5C31045d45611
Octal65011713461010532412621
Binary110101000100111110111001100010100010111010100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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