Html Css Color HEX #06355F Prussian Blue

📋 copy color: '#06355F'

red 6 ◦ green 53 ◦ blue 95

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

Shades of Prussian Blue #06355F

Tints of Prussian Blue #06355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.42%

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

R = 3.9%
G = 34.42%
B = 61.69%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06355F (or 0x06355F) is known color: Prussian Blue. HEX triplet: 06, 35 and 5F. RGB value is (6,53,95). Sum of RGB (Red+Green+Blue) = 6+53+95=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #06355F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06355F is #F9CAA0. Grayscale: #2B2B2B. Windows color (decimal): -16370337 or 6239494. OLE color: 6239494.

HSL color Cylindrical-coordinate representation of color #06355F: hue angle of 208.31º 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 #06355F is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 53 95 -
CMYK 0.94 0.44 0 0.63
HSL 208.31º 0.88% 0.2% -
HSV(B) 208.31º 0.94% 0.37% -
XYZ 3.41 3.41 11.3 -
YUV 43.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 6 53 95 0.94 0.44 0 0.63 208.31 0.88 0.2
Hex 6 35 5F 5E 2C 0 3F D0 58 14
Octal 6 65 137 136 54 0 77 320 130 24
Binary 110 110101 1011111 1011110 101100 0 111111 11010000 1011000 10100

Color Harmonies of #06355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06355F

Black with #06355F

Text Example


Text Example

White with #06355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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