Html Css Color HEX #063261 Prussian Blue

📋 copy color: '#063261'

red 6 ◦ green 50 ◦ blue 97

#063261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #063261

Tints of Prussian Blue #063261

RGB

 RED value IS 6 (2.73% from 255) = 3.92%

 GREEN value IS 50 (19.92% from 255) = 32.68%

 BLUE value IS 97 (38.28% from 255) = 63.4%

R = 3.92%
G = 32.68%
B = 63.4%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#063261 (or 0x063261) is known color: Prussian Blue. HEX triplet: 06, 32 and 61. RGB value is (6,50,97). Sum of RGB (Red+Green+Blue) = 6+50+97=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #063261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063261 is #F9CD9E. Grayscale: #292929. Windows color (decimal): -16371103 or 6369798. OLE color: 6369798.

HSL color Cylindrical-coordinate representation of color #063261: hue angle of 210.99º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063261 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 50 97 -
CMYK 0.94 0.48 0 0.62
HSL 210.99º 0.88% 0.2% -
HSV(B) 210.99º 0.94% 0.38% -
XYZ 3.37 3.18 11.75 -
YUV 42.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 6 50 97 0.94 0.48 0 0.62 210.99 0.88 0.2
Hex 6 32 61 5E 30 0 3E D3 58 14
Octal 6 62 141 136 60 0 76 323 130 24
Binary 110 110010 1100001 1011110 110000 0 111110 11010011 1011000 10100

Color Harmonies of #063261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063261

Black with #063261

Text Example


Text Example

White with #063261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063261; }

 p { color: rgb(6,50,97); }

 H1.HeaderClassName
 {
   color: #063261;
 }
 .AnyTagClassName
 {
   color: #063261;
 }
</style>

background-color css

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

 a { background-color: rgb(6,50,97); }

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

border-color css

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

 span { border-color: rgb(6,50,97); }

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