#06306D

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

Shades of Prussian Blue #06306D

Tints of Prussian Blue #06306D

Color information

#06306D (or 0x06306D) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 6D. RGB value is (6,48,109). Sum of RGB (Red+Green+Blue) = 6+48+109=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #06306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06306D is #F9CF92. Grayscale: #2A2A2A. Windows color (decimal): -16371603 or 7155718. OLE color: 7155718.

HSL color Cylindrical-coordinate representation of color #06306D: hue angle of 215.53º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06306D is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB648109-
CMYK0.940.5600.57
HSL215.53º89.57%22.55%-
HSV(B)215.53º94.5%42.75%-
XYZ3.893.2614.89-
YUV42.4165.59102.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 109 (42.97% from 255) = 66.87%
R=3.68%
G=29.45%
B=66.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6481090.940.5600.57215.5389.5722.55
Hex6306D5E38039d85a17
Octal6601551367007133013227
Binary11011000011011011011110111000011100111011000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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