Html Css Color HEX #063A6B Prussian Blue

📋 copy color: '#063A6B'

red 6 ◦ green 58 ◦ blue 107

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

Shades of Prussian Blue #063A6B

Tints of Prussian Blue #063A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.57%

R = 3.51%
G = 33.92%
B = 62.57%

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

#063A6B (or 0x063A6B) is known color: Prussian Blue. HEX triplet: 06, 3A and 6B. RGB value is (6,58,107). Sum of RGB (Red+Green+Blue) = 6+58+107=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #063A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063A6B is #F9C594. Grayscale: #2F2F2F. Windows color (decimal): -16369045 or 7027206. OLE color: 7027206.

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

Color convert

RGB 6 58 107 -
CMYK 0.94 0.46 0 0.58
HSL 209.11º 0.89% 0.22% -
HSV(B) 209.11º 0.94% 0.42% -
XYZ 4.24 4.13 14.48 -
YUV 48.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 6 58 107 0.94 0.46 0 0.58 209.11 0.89 0.22
Hex 6 3A 6B 5E 2E 0 3A D1 59 16
Octal 6 72 153 136 56 0 72 321 131 26
Binary 110 111010 1101011 1011110 101110 0 111010 11010001 1011001 10110

Color Harmonies of #063A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A6B

Black with #063A6B

Text Example


Text Example

White with #063A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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