#06306C

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

Shades of Prussian Blue #06306C

Tints of Prussian Blue #06306C

Color information

#06306C (or 0x06306C) is unknown color: approx Prussian Blue. HEX triplet: 06, 30 and 6C. RGB value is (6,48,108). Sum of RGB (Red+Green+Blue) = 6+48+108=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #06306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06306C is #F9CF93. Grayscale: #2A2A2A. Windows color (decimal): -16371604 or 7090182. OLE color: 7090182.

HSL color Cylindrical-coordinate representation of color #06306C: hue angle of 215.29º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06306C is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB648108-
CMYK0.940.5600.58
HSL215.29º89.47%22.35%-
HSV(B)215.29º94.44%42.35%-
XYZ3.843.2414.61-
YUV42.28165.09102.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 108 (42.58% from 255) = 66.67%
R=3.70%
G=29.63%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6481080.940.5600.58215.2989.4722.35
Hex6306C5E3803Ad75916
Octal6601541367007232713126
Binary11011000011011001011110111000011101011010111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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