Html Css Color HEX #064268 Prussian Blue

📋 copy color: '#064268'

red 6 ◦ green 66 ◦ blue 104

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

Shades of Prussian Blue #064268

Tints of Prussian Blue #064268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

 BLUE value IS 104 (41.02% from 255) = 59.09%

R = 3.41%
G = 37.5%
B = 59.09%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#064268 (or 0x064268) is known color: Prussian Blue. HEX triplet: 06, 42 and 68. RGB value is (6,66,104). Sum of RGB (Red+Green+Blue) = 6+66+104=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #064268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064268 is #F9BD97. Grayscale: #343434. Windows color (decimal): -16367000 or 6832646. OLE color: 6832646.

HSL color Cylindrical-coordinate representation of color #064268: hue angle of 203.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #064268 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 6 66 104 -
CMYK 0.94 0.37 0 0.59
HSL 203.27º 0.89% 0.22% -
HSV(B) 203.27º 0.94% 0.41% -
XYZ 4.52 4.93 13.81 -
YUV 52.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 6 66 104 0.94 0.37 0 0.59 203.27 0.89 0.22
Hex 6 42 68 5E 25 0 3B CB 59 16
Octal 6 102 150 136 45 0 73 313 131 26
Binary 110 1000010 1101000 1011110 100101 0 111011 11001011 1011001 10110

Color Harmonies of #064268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064268

Black with #064268

Text Example


Text Example

White with #064268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064268; }

 p { color: rgb(6,66,104); }

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

background-color css

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

 a { background-color: rgb(6,66,104); }

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

border-color css

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

 span { border-color: rgb(6,66,104); }

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