#063667

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

Shades of Prussian Blue #063667

Tints of Prussian Blue #063667

Color information

#063667 (or 0x063667) is unknown color: approx Prussian Blue. HEX triplet: 06, 36 and 67. RGB value is (6,54,103). Sum of RGB (Red+Green+Blue) = 6+54+103=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #063667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063667 is #F9C998. Grayscale: #2C2C2C. Windows color (decimal): -16370073 or 6764038. OLE color: 6764038.

HSL color Cylindrical-coordinate representation of color #063667: hue angle of 210.31º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063667 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB654103-
CMYK0.940.4800.60
HSL210.31º88.99%21.37%-
HSV(B)210.31º94.17%40.39%-
XYZ3.843.6613.34-
YUV45.23160.6100.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 103 (40.62% from 255) = 63.19%
R=3.68%
G=33.13%
B=63.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6541030.940.4800.60210.3188.9921.37
Hex636675E3003Cd25915
Octal6661471366007432213125
Binary11011011011001111011110110000011110011010010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063667; }

 p { color: rgb(6,54,103); }

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

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

 a { background-color: rgb(6,54,103); }

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

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

 span { border-color: rgb(6,54,103); }

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