Html Css Color HEX #064061 Prussian Blue

📋 copy color: '#064061'

red 6 ◦ green 64 ◦ blue 97

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

Shades of Prussian Blue #064061

Tints of Prussian Blue #064061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.32%

 BLUE value IS 97 (38.28% from 255) = 58.08%

R = 3.59%
G = 38.32%
B = 58.08%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#064061 (or 0x064061) is known color: Prussian Blue. HEX triplet: 06, 40 and 61. RGB value is (6,64,97). Sum of RGB (Red+Green+Blue) = 6+64+97=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #064061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064061 is #F9BF9E. Grayscale: #323232. Windows color (decimal): -16367519 or 6373382. OLE color: 6373382.

HSL color Cylindrical-coordinate representation of color #064061: hue angle of 201.76º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064061 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 64 97 -
CMYK 0.94 0.34 0 0.62
HSL 201.76º 0.88% 0.2% -
HSV(B) 201.76º 0.94% 0.38% -
XYZ 4.07 4.57 11.98 -
YUV 50.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 6 64 97 0.94 0.34 0 0.62 201.76 0.88 0.2
Hex 6 40 61 5E 22 0 3E CA 58 14
Octal 6 100 141 136 42 0 76 312 130 24
Binary 110 1000000 1100001 1011110 100010 0 111110 11001010 1011000 10100

Color Harmonies of #064061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064061

Black with #064061

Text Example


Text Example

White with #064061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064061; }

 p { color: rgb(6,64,97); }

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

background-color css

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

 a { background-color: rgb(6,64,97); }

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

border-color css

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

 span { border-color: rgb(6,64,97); }

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