Html Css Color HEX #06395D Prussian Blue

📋 copy color: '#06395D'

red 6 ◦ green 57 ◦ blue 93

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

Shades of Prussian Blue #06395D

Tints of Prussian Blue #06395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.54%

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

R = 3.85%
G = 36.54%
B = 59.62%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06395D (or 0x06395D) is known color: Prussian Blue. HEX triplet: 06, 39 and 5D. RGB value is (6,57,93). Sum of RGB (Red+Green+Blue) = 6+57+93=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #06395D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06395D is #F9C6A2. Grayscale: #2D2D2D. Windows color (decimal): -16369315 or 6109446. OLE color: 6109446.

HSL color Cylindrical-coordinate representation of color #06395D: hue angle of 204.83º 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 #06395D is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 57 93 -
CMYK 0.94 0.39 0 0.64
HSL 204.83º 0.88% 0.19% -
HSV(B) 204.83º 0.94% 0.36% -
XYZ 3.51 3.76 10.9 -
YUV 45.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 6 57 93 0.94 0.39 0 0.64 204.83 0.88 0.19
Hex 6 39 5D 5E 27 0 40 CD 58 13
Octal 6 71 135 136 47 0 100 315 130 23
Binary 110 111001 1011101 1011110 100111 0 1000000 11001101 1011000 10011

Color Harmonies of #06395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06395D

Black with #06395D

Text Example


Text Example

White with #06395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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