#06375A

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

Shades of Prussian Blue #06375A

Tints of Prussian Blue #06375A

Color information

#06375A (or 0x06375A) is unknown color: approx Prussian Blue. HEX triplet: 06, 37 and 5A. RGB value is (6,55,90). Sum of RGB (Red+Green+Blue) = 6+55+90=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #06375A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06375A is #F9C8A5. Grayscale: #2C2C2C. Windows color (decimal): -16369830 or 5912326. OLE color: 5912326.

HSL color Cylindrical-coordinate representation of color #06375A: hue angle of 205º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06375A is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB65590-
CMYK0.930.3900.65
HSL205º87.5%18.82%-
HSV(B)205º93.33%35.29%-
XYZ3.293.5110.18-
YUV44.34153.77100.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 90 (35.55% from 255) = 59.60%
R=3.97%
G=36.42%
B=59.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal655900.930.3900.6520587.518.82
Hex6375A5D27041cd5813
Octal66713213547010131513023
Binary110110111101101010111011001110100000111001101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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