Html Css Color HEX #063C61 Prussian Blue

📋 copy color: '#063C61'

red 6 ◦ green 60 ◦ blue 97

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

Shades of Prussian Blue #063C61

Tints of Prussian Blue #063C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.81%

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

R = 3.68%
G = 36.81%
B = 59.51%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#063C61 (or 0x063C61) is known color: Prussian Blue. HEX triplet: 06, 3C and 61. RGB value is (6,60,97). Sum of RGB (Red+Green+Blue) = 6+60+97=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #063C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C61 is #F9C39E. Grayscale: #2F2F2F. Windows color (decimal): -16368543 or 6372358. OLE color: 6372358.

HSL color Cylindrical-coordinate representation of color #063C61: hue angle of 204.4º 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 #063C61 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 60 97 -
CMYK 0.94 0.38 0 0.62
HSL 204.4º 0.88% 0.2% -
HSV(B) 204.4º 0.94% 0.38% -
XYZ 3.85 4.13 11.9 -
YUV 48.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 6 60 97 0.94 0.38 0 0.62 204.4 0.88 0.2
Hex 6 3C 61 5E 26 0 3E CC 58 14
Octal 6 74 141 136 46 0 76 314 130 24
Binary 110 111100 1100001 1011110 100110 0 111110 11001100 1011000 10100

Color Harmonies of #063C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C61

Black with #063C61

Text Example


Text Example

White with #063C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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