#06315C

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

Shades of Prussian Blue #06315C

Tints of Prussian Blue #06315C

Color information

#06315C (or 0x06315C) is unknown color: approx Prussian Blue. HEX triplet: 06, 31 and 5C. RGB value is (6,49,92). Sum of RGB (Red+Green+Blue) = 6+49+92=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #06315C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06315C is #F9CEA3. Grayscale: #282828. Windows color (decimal): -16371364 or 6041862. OLE color: 6041862.

HSL color Cylindrical-coordinate representation of color #06315C: hue angle of 210º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06315C is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB64992-
CMYK0.930.4700.64
HSL210º87.76%19.22%-
HSV(B)210º93.48%36.08%-
XYZ3.113.0110.54-
YUV41.04156.75103-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 62.59%
R=4.08%
G=33.33%
B=62.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal649920.930.4700.6421087.7619.22
Hex6315C5D2F040d25813
Octal66113413557010032213023
Binary110110001101110010111011011110100000011010010101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,49,92); }

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

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

 a { background-color: rgb(6,49,92); }

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

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

 span { border-color: rgb(6,49,92); }

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