#06284D

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

Shades of Prussian Blue #06284D

Tints of Prussian Blue #06284D

Color information

#06284D (or 0x06284D) is unknown color: approx Prussian Blue. HEX triplet: 06, 28 and 4D. RGB value is (6,40,77). Sum of RGB (Red+Green+Blue) = 6+40+77=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #06284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06284D is #F9D7B2. Grayscale: #212121. Windows color (decimal): -16373683 or 5056518. OLE color: 5056518.

HSL color Cylindrical-coordinate representation of color #06284D: hue angle of 211.27º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06284D is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB64077-
CMYK0.920.4800.70
HSL211.27º85.54%16.27%-
HSV(B)211.27º92.21%30.2%-
XYZ2.172.097.31-
YUV34.05152.24107.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 77 (30.47% from 255) = 62.60%
R=4.88%
G=32.52%
B=62.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal640770.920.4800.70211.2785.5416.27
Hex6284D5C30046d35610
Octal65011513460010632312620
Binary110101000100110110111001100000100011011010011101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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