Html Css Color HEX #064166 Prussian Blue

📋 copy color: '#064166'

red 6 ◦ green 65 ◦ blue 102

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

Shades of Prussian Blue #064166

Tints of Prussian Blue #064166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 102 (40.23% from 255) = 58.96%

R = 3.47%
G = 37.57%
B = 58.96%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#064166 (or 0x064166) is known color: Prussian Blue. HEX triplet: 06, 41 and 66. RGB value is (6,65,102). Sum of RGB (Red+Green+Blue) = 6+65+102=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #064166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064166 is #F9BE99. Grayscale: #333333. Windows color (decimal): -16367258 or 6701318. OLE color: 6701318.

HSL color Cylindrical-coordinate representation of color #064166: hue angle of 203.12º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064166 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 65 102 -
CMYK 0.94 0.36 0 0.6
HSL 203.13º 0.89% 0.21% -
HSV(B) 203.13º 0.94% 0.4% -
XYZ 4.36 4.78 13.26 -
YUV 51.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 6 65 102 0.94 0.36 0 0.6 203.13 0.89 0.21
Hex 6 41 66 5E 24 0 3C CB 59 15
Octal 6 101 146 136 44 0 74 313 131 25
Binary 110 1000001 1100110 1011110 100100 0 111100 11001011 1011001 10101

Color Harmonies of #064166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064166

Black with #064166

Text Example


Text Example

White with #064166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064166; }

 p { color: rgb(6,65,102); }

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

background-color css

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

 a { background-color: rgb(6,65,102); }

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

border-color css

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

 span { border-color: rgb(6,65,102); }

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