Html Css Color HEX #06365F Prussian Blue

📋 copy color: '#06365F'

red 6 ◦ green 54 ◦ blue 95

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

Shades of Prussian Blue #06365F

Tints of Prussian Blue #06365F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 61.29%

R = 3.87%
G = 34.84%
B = 61.29%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06365F (or 0x06365F) is known color: Prussian Blue. HEX triplet: 06, 36 and 5F. RGB value is (6,54,95). Sum of RGB (Red+Green+Blue) = 6+54+95=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #06365F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06365F is #F9C9A0. Grayscale: #2C2C2C. Windows color (decimal): -16370081 or 6239750. OLE color: 6239750.

HSL color Cylindrical-coordinate representation of color #06365F: hue angle of 207.64º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06365F is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 54 95 -
CMYK 0.94 0.43 0 0.63
HSL 207.64º 0.88% 0.2% -
HSV(B) 207.64º 0.94% 0.37% -
XYZ 3.46 3.5 11.32 -
YUV 44.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 6 54 95 0.94 0.43 0 0.63 207.64 0.88 0.2
Hex 6 36 5F 5E 2B 0 3F D0 58 14
Octal 6 66 137 136 53 0 77 320 130 24
Binary 110 110110 1011111 1011110 101011 0 111111 11010000 1011000 10100

Color Harmonies of #06365F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06365F

Black with #06365F

Text Example


Text Example

White with #06365F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06365F; }

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

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

background-color css

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

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

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

border-color css

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

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

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