Html Css Color HEX #063C60 Prussian Blue

📋 copy color: '#063C60'

red 6 ◦ green 60 ◦ blue 96

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

Shades of Prussian Blue #063C60

Tints of Prussian Blue #063C60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 3.7%
G = 37.04%
B = 59.26%

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

#063C60 (or 0x063C60) is known color: Prussian Blue. HEX triplet: 06, 3C and 60. RGB value is (6,60,96). Sum of RGB (Red+Green+Blue) = 6+60+96=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #063C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063C60 is #F9C39F. Grayscale: #2F2F2F. Windows color (decimal): -16368544 or 6306822. OLE color: 6306822.

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

Color convert

RGB 6 60 96 -
CMYK 0.94 0.38 0 0.62
HSL 204º 0.88% 0.2% -
HSV(B) 204º 0.94% 0.38% -
XYZ 3.8 4.11 11.66 -
YUV 47.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 6 60 96 0.94 0.38 0 0.62 204 0.88 0.2
Hex 6 3C 60 5E 26 0 3E CC 58 14
Octal 6 74 140 136 46 0 76 314 130 24
Binary 110 111100 1100000 1011110 100110 0 111110 11001100 1011000 10100

Color Harmonies of #063C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C60

Black with #063C60

Text Example


Text Example

White with #063C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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