Html Css Color HEX #063555 Prussian Blue

📋 copy color: '#063555'

red 6 ◦ green 53 ◦ blue 85

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

Shades of Prussian Blue #063555

Tints of Prussian Blue #063555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

 BLUE value IS 85 (33.59% from 255) = 59.03%

R = 4.17%
G = 36.81%
B = 59.03%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063555 (or 0x063555) is known color: Prussian Blue. HEX triplet: 06, 35 and 55. RGB value is (6,53,85). Sum of RGB (Red+Green+Blue) = 6+53+85=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #063555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063555 is #F9CAAA. Grayscale: #2A2A2A. Windows color (decimal): -16370347 or 5584134. OLE color: 5584134.

HSL color Cylindrical-coordinate representation of color #063555: hue angle of 204.3º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063555 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 53 85 -
CMYK 0.93 0.38 0 0.67
HSL 204.3º 0.87% 0.18% -
HSV(B) 204.3º 0.93% 0.33% -
XYZ 2.99 3.24 9.06 -
YUV 42.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 6 53 85 0.93 0.38 0 0.67 204.3 0.87 0.18
Hex 6 35 55 5D 26 0 43 CC 57 12
Octal 6 65 125 135 46 0 103 314 127 22
Binary 110 110101 1010101 1011101 100110 0 1000011 11001100 1010111 10010

Color Harmonies of #063555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063555

Black with #063555

Text Example


Text Example

White with #063555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063555; }

 p { color: rgb(6,53,85); }

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

background-color css

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

 a { background-color: rgb(6,53,85); }

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

border-color css

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

 span { border-color: rgb(6,53,85); }

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