Html Css Color HEX #063475 Prussian Blue

📋 copy color: '#063475'

red 6 ◦ green 52 ◦ blue 117

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

Shades of Prussian Blue #063475

Tints of Prussian Blue #063475

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.71%

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 3.43%
G = 29.71%
B = 66.86%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063475 (or 0x063475) is known color: Prussian Blue. HEX triplet: 06, 34 and 75. RGB value is (6,52,117). Sum of RGB (Red+Green+Blue) = 6+52+117=175 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #063475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063475 is #F9CB8A. Grayscale: #2D2D2D. Windows color (decimal): -16370571 or 7681030. OLE color: 7681030.

HSL color Cylindrical-coordinate representation of color #063475: hue angle of 215.14º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063475 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 52 117 -
CMYK 0.95 0.56 0 0.54
HSL 215.14º 0.9% 0.24% -
HSV(B) 215.14º 0.95% 0.46% -
XYZ 4.51 3.78 17.32 -
YUV 45.66 168.26 99.71 -
System Red Green Blue C M Y K H S L
Decimal 6 52 117 0.95 0.56 0 0.54 215.14 0.9 0.24
Hex 6 34 75 5F 38 0 36 D7 5A 18
Octal 6 64 165 137 70 0 66 327 132 30
Binary 110 110100 1110101 1011111 111000 0 110110 11010111 1011010 11000

Color Harmonies of #063475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063475

Black with #063475

Text Example


Text Example

White with #063475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063475; }

 p { color: rgb(6,52,117); }

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

background-color css

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

 a { background-color: rgb(6,52,117); }

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

border-color css

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

 span { border-color: rgb(6,52,117); }

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