#06274D

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

Shades of Prussian Blue #06274D

Tints of Prussian Blue #06274D

Color information

#06274D (or 0x06274D) is unknown color: approx Prussian Blue. HEX triplet: 06, 27 and 4D. RGB value is (6,39,77). Sum of RGB (Red+Green+Blue) = 6+39+77=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #06274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06274D is #F9D8B2. Grayscale: #212121. Windows color (decimal): -16373939 or 5056262. OLE color: 5056262.

HSL color Cylindrical-coordinate representation of color #06274D: hue angle of 212.11º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06274D is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB63977-
CMYK0.920.4900.70
HSL212.11º85.54%16.27%-
HSV(B)212.11º92.21%30.2%-
XYZ2.142.037.3-
YUV33.46152.57108.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 77 (30.47% from 255) = 63.11%
R=4.92%
G=31.97%
B=63.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal639770.920.4900.70212.1185.5416.27
Hex6274D5C31046d45610
Octal64711513461010632412620
Binary110100111100110110111001100010100011011010100101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,39,77); }

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

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

 a { background-color: rgb(6,39,77); }

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

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

 span { border-color: rgb(6,39,77); }

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