Html Css Color HEX #06305D Prussian Blue

📋 copy color: '#06305D'

red 6 ◦ green 48 ◦ blue 93

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

Shades of Prussian Blue #06305D

Tints of Prussian Blue #06305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

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

R = 4.08%
G = 32.65%
B = 63.27%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06305D (or 0x06305D) is known color: Prussian Blue. HEX triplet: 06, 30 and 5D. RGB value is (6,48,93). Sum of RGB (Red+Green+Blue) = 6+48+93=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #06305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06305D is #F9CFA2. Grayscale: #282828. Windows color (decimal): -16371619 or 6107142. OLE color: 6107142.

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

Color convert

RGB 6 48 93 -
CMYK 0.94 0.48 0 0.64
HSL 211.03º 0.88% 0.19% -
HSV(B) 211.03º 0.94% 0.36% -
XYZ 3.11 2.94 10.76 -
YUV 40.57 157.59 103.34 -
System Red Green Blue C M Y K H S L
Decimal 6 48 93 0.94 0.48 0 0.64 211.03 0.88 0.19
Hex 6 30 5D 5E 30 0 40 D3 58 13
Octal 6 60 135 136 60 0 100 323 130 23
Binary 110 110000 1011101 1011110 110000 0 1000000 11010011 1011000 10011

Color Harmonies of #06305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06305D

Black with #06305D

Text Example


Text Example

White with #06305D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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