Html Css Color HEX #063675 Prussian Blue

📋 copy color: '#063675'

red 6 ◦ green 54 ◦ blue 117

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

Shades of Prussian Blue #063675

Tints of Prussian Blue #063675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.51%

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

R = 3.39%
G = 30.51%
B = 66.1%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063675 (or 0x063675) is known color: Prussian Blue. HEX triplet: 06, 36 and 75. RGB value is (6,54,117). Sum of RGB (Red+Green+Blue) = 6+54+117=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #063675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063675 is #F9C98A. Grayscale: #2E2E2E. Windows color (decimal): -16370059 or 7681542. OLE color: 7681542.

HSL color Cylindrical-coordinate representation of color #063675: hue angle of 214.05º 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 #063675 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 54 117 -
CMYK 0.95 0.54 0 0.54
HSL 214.05º 0.9% 0.24% -
HSV(B) 214.05º 0.95% 0.46% -
XYZ 4.61 3.96 17.35 -
YUV 46.83 167.6 98.88 -
System Red Green Blue C M Y K H S L
Decimal 6 54 117 0.95 0.54 0 0.54 214.05 0.9 0.24
Hex 6 36 75 5F 36 0 36 D6 5A 18
Octal 6 66 165 137 66 0 66 326 132 30
Binary 110 110110 1110101 1011111 110110 0 110110 11010110 1011010 11000

Color Harmonies of #063675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063675

Black with #063675

Text Example


Text Example

White with #063675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063675; }

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

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

background-color css

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

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

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

border-color css

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

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

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