Html Css Color HEX #064460 Prussian Blue

📋 copy color: '#064460'

red 6 ◦ green 68 ◦ blue 96

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

Shades of Prussian Blue #064460

Tints of Prussian Blue #064460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40%

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 3.53%
G = 40%
B = 56.47%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#064460 (or 0x064460) is known color: Prussian Blue. HEX triplet: 06, 44 and 60. RGB value is (6,68,96). Sum of RGB (Red+Green+Blue) = 6+68+96=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #064460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064460 is #F9BB9F. Grayscale: #343434. Windows color (decimal): -16366496 or 6308870. OLE color: 6308870.

HSL color Cylindrical-coordinate representation of color #064460: hue angle of 198.67º 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 #064460 is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 68 96 -
CMYK 0.94 0.29 0 0.62
HSL 198.67º 0.88% 0.2% -
HSV(B) 198.67º 0.94% 0.38% -
XYZ 4.25 5.02 11.81 -
YUV 52.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 6 68 96 0.94 0.29 0 0.62 198.67 0.88 0.2
Hex 6 44 60 5E 1D 0 3E C7 58 14
Octal 6 104 140 136 35 0 76 307 130 24
Binary 110 1000100 1100000 1011110 11101 0 111110 11000111 1011000 10100

Color Harmonies of #064460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064460

Black with #064460

Text Example


Text Example

White with #064460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064460; }

 p { color: rgb(6,68,96); }

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

background-color css

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

 a { background-color: rgb(6,68,96); }

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

border-color css

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

 span { border-color: rgb(6,68,96); }

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