Html Css Color HEX #063351 Prussian Blue

📋 copy color: '#063351'

red 6 ◦ green 51 ◦ blue 81

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

Shades of Prussian Blue #063351

Tints of Prussian Blue #063351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

 BLUE value IS 81 (32.03% from 255) = 58.7%

R = 4.35%
G = 36.96%
B = 58.7%

CMYK

 C value IS 0.93

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063351 (or 0x063351) is known color: Prussian Blue. HEX triplet: 06, 33 and 51. RGB value is (6,51,81). Sum of RGB (Red+Green+Blue) = 6+51+81=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #063351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063351 is #F9CCAE. Grayscale: #282828. Windows color (decimal): -16370863 or 5321478. OLE color: 5321478.

HSL color Cylindrical-coordinate representation of color #063351: hue angle of 204º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063351 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 51 81 -
CMYK 0.93 0.37 0 0.68
HSL 204º 0.86% 0.17% -
HSV(B) 204º 0.93% 0.32% -
XYZ 2.74 3 8.22 -
YUV 40.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 6 51 81 0.93 0.37 0 0.68 204 0.86 0.17
Hex 6 33 51 5D 25 0 44 CC 56 11
Octal 6 63 121 135 45 0 104 314 126 21
Binary 110 110011 1010001 1011101 100101 0 1000100 11001100 1010110 10001

Color Harmonies of #063351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063351

Black with #063351

Text Example


Text Example

White with #063351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063351; }

 p { color: rgb(6,51,81); }

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

background-color css

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

 a { background-color: rgb(6,51,81); }

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

border-color css

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

 span { border-color: rgb(6,51,81); }

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