#06375C

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

Shades of Prussian Blue #06375C

Tints of Prussian Blue #06375C

Color information

#06375C (or 0x06375C) is unknown color: approx Prussian Blue. HEX triplet: 06, 37 and 5C. RGB value is (6,55,92). Sum of RGB (Red+Green+Blue) = 6+55+92=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #06375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06375C is #F9C8A3. Grayscale: #2C2C2C. Windows color (decimal): -16369828 or 6043398. OLE color: 6043398.

HSL color Cylindrical-coordinate representation of color #06375C: hue angle of 205.81º 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 #06375C is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB65592-
CMYK0.930.4000.64
HSL205.81º87.76%19.22%-
HSV(B)205.81º93.48%36.08%-
XYZ3.373.5410.63-
YUV44.57154.77100.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 92 (36.33% from 255) = 60.13%
R=3.92%
G=35.95%
B=60.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal655920.930.4000.64205.8187.7619.22
Hex6375C5D28040ce5813
Octal66713413550010031613023
Binary110110111101110010111011010000100000011001110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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