Html Css Color HEX #063A6C Prussian Blue

📋 copy color: '#063A6C'

red 6 ◦ green 58 ◦ blue 108

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

Shades of Prussian Blue #063A6C

Tints of Prussian Blue #063A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.72%

 BLUE value IS 108 (42.58% from 255) = 62.79%

R = 3.49%
G = 33.72%
B = 62.79%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#063A6C (or 0x063A6C) is known color: Prussian Blue. HEX triplet: 06, 3A and 6C. RGB value is (6,58,108). Sum of RGB (Red+Green+Blue) = 6+58+108=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #063A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A6C is #F9C593. Grayscale: #2F2F2F. Windows color (decimal): -16369044 or 7092742. OLE color: 7092742.

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

Color convert

RGB 6 58 108 -
CMYK 0.94 0.46 0 0.58
HSL 209.41º 0.89% 0.22% -
HSV(B) 209.41º 0.94% 0.42% -
XYZ 4.29 4.15 14.76 -
YUV 48.15 161.77 97.93 -
System Red Green Blue C M Y K H S L
Decimal 6 58 108 0.94 0.46 0 0.58 209.41 0.89 0.22
Hex 6 3A 6C 5E 2E 0 3A D1 59 16
Octal 6 72 154 136 56 0 72 321 131 26
Binary 110 111010 1101100 1011110 101110 0 111010 11010001 1011001 10110

Color Harmonies of #063A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A6C

Black with #063A6C

Text Example


Text Example

White with #063A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,58,108); }

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

background-color css

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

 a { background-color: rgb(6,58,108); }

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

border-color css

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

 span { border-color: rgb(6,58,108); }

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