Html Css Color HEX #063B6A Prussian Blue

📋 copy color: '#063B6A'

red 6 ◦ green 59 ◦ blue 106

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

Shades of Prussian Blue #063B6A

Tints of Prussian Blue #063B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.5%

 BLUE value IS 106 (41.8% from 255) = 61.99%

R = 3.51%
G = 34.5%
B = 61.99%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#063B6A (or 0x063B6A) is known color: Prussian Blue. HEX triplet: 06, 3B and 6A. RGB value is (6,59,106). Sum of RGB (Red+Green+Blue) = 6+59+106=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #063B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B6A is #F9C495. Grayscale: #303030. Windows color (decimal): -16368790 or 6961926. OLE color: 6961926.

HSL color Cylindrical-coordinate representation of color #063B6A: hue angle of 208.2º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #063B6A is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 59 106 -
CMYK 0.94 0.44 0 0.58
HSL 208.2º 0.89% 0.22% -
HSV(B) 208.2º 0.94% 0.42% -
XYZ 4.24 4.21 14.22 -
YUV 48.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 6 59 106 0.94 0.44 0 0.58 208.2 0.89 0.22
Hex 6 3B 6A 5E 2C 0 3A D0 59 16
Octal 6 73 152 136 54 0 72 320 131 26
Binary 110 111011 1101010 1011110 101100 0 111010 11010000 1011001 10110

Color Harmonies of #063B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B6A

Black with #063B6A

Text Example


Text Example

White with #063B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,59,106); }

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

background-color css

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

 a { background-color: rgb(6,59,106); }

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

border-color css

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

 span { border-color: rgb(6,59,106); }

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