Html Css Color HEX #06415D Prussian Blue

📋 copy color: '#06415D'

red 6 ◦ green 65 ◦ blue 93

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

Shades of Prussian Blue #06415D

Tints of Prussian Blue #06415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 3.66%
G = 39.63%
B = 56.71%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06415D (or 0x06415D) is known color: Prussian Blue. HEX triplet: 06, 41 and 5D. RGB value is (6,65,93). Sum of RGB (Red+Green+Blue) = 6+65+93=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #06415D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06415D is #F9BEA2. Grayscale: #323232. Windows color (decimal): -16367267 or 6111494. OLE color: 6111494.

HSL color Cylindrical-coordinate representation of color #06415D: hue angle of 199.31º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06415D is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 65 93 -
CMYK 0.94 0.30 0 0.64
HSL 199.31º 0.88% 0.19% -
HSV(B) 199.31º 0.94% 0.36% -
XYZ 3.94 4.61 11.04 -
YUV 50.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 6 65 93 0.94 0.30 0 0.64 199.31 0.88 0.19
Hex 6 41 5D 5E 1E 0 40 C7 58 13
Octal 6 101 135 136 36 0 100 307 130 23
Binary 110 1000001 1011101 1011110 11110 0 1000000 11000111 1011000 10011

Color Harmonies of #06415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06415D

Black with #06415D

Text Example


Text Example

White with #06415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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