Html Css Color HEX #063D5A Prussian Blue

📋 copy color: '#063D5A'

red 6 ◦ green 61 ◦ blue 90

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

Shades of Prussian Blue #063D5A

Tints of Prussian Blue #063D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.85%

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 3.82%
G = 38.85%
B = 57.32%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#063D5A (or 0x063D5A) is known color: Prussian Blue. HEX triplet: 06, 3D and 5A. RGB value is (6,61,90). Sum of RGB (Red+Green+Blue) = 6+61+90=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #063D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063D5A is #F9C2A5. Grayscale: #2F2F2F. Windows color (decimal): -16368294 or 5913862. OLE color: 5913862.

HSL color Cylindrical-coordinate representation of color #063D5A: hue angle of 200.71º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063D5A is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 61 90 -
CMYK 0.93 0.32 0 0.65
HSL 200.71º 0.88% 0.19% -
HSV(B) 200.71º 0.93% 0.35% -
XYZ 3.59 4.11 10.28 -
YUV 47.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 6 61 90 0.93 0.32 0 0.65 200.71 0.88 0.19
Hex 6 3D 5A 5D 20 0 41 C9 58 13
Octal 6 75 132 135 40 0 101 311 130 23
Binary 110 111101 1011010 1011101 100000 0 1000001 11001001 1011000 10011

Color Harmonies of #063D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D5A

Black with #063D5A

Text Example


Text Example

White with #063D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,61,90); }

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

background-color css

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

 a { background-color: rgb(6,61,90); }

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

border-color css

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

 span { border-color: rgb(6,61,90); }

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