Html Css Color HEX #06335A Prussian Blue

📋 copy color: '#06335A'

red 6 ◦ green 51 ◦ blue 90

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

Shades of Prussian Blue #06335A

Tints of Prussian Blue #06335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.69%

 BLUE value IS 90 (35.55% from 255) = 61.22%

R = 4.08%
G = 34.69%
B = 61.22%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06335A (or 0x06335A) is known color: Prussian Blue. HEX triplet: 06, 33 and 5A. RGB value is (6,51,90). Sum of RGB (Red+Green+Blue) = 6+51+90=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 90 (35.55% from 255 or 61.22% from 147); Max value from RGB is 90 - color contains mainly: blue. Hex color #06335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06335A is #F9CCA5. Grayscale: #292929. Windows color (decimal): -16370854 or 5911302. OLE color: 5911302.

HSL color Cylindrical-coordinate representation of color #06335A: hue angle of 207.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06335A is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 51 90 -
CMYK 0.93 0.43 0 0.65
HSL 207.86º 0.88% 0.19% -
HSV(B) 207.86º 0.93% 0.35% -
XYZ 3.1 3.14 10.12 -
YUV 41.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 6 51 90 0.93 0.43 0 0.65 207.86 0.88 0.19
Hex 6 33 5A 5D 2B 0 41 D0 58 13
Octal 6 63 132 135 53 0 101 320 130 23
Binary 110 110011 1011010 1011101 101011 0 1000001 11010000 1011000 10011

Color Harmonies of #06335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06335A

Black with #06335A

Text Example


Text Example

White with #06335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06335A; }

 p { color: rgb(6,51,90); }

 H1.HeaderClassName
 {
   color: #06335A;
 }
 .AnyTagClassName
 {
   color: #06335A;
 }
</style>

background-color css

<style>
 a { background-color: #06335A; }

 a { background-color: rgb(6,51,90); }

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

border-color css

<style>
 span { border-color: #06335A; }

 span { border-color: rgb(6,51,90); }

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