Html Css Color HEX #06366C Prussian Blue

📋 copy color: '#06366C'

red 6 ◦ green 54 ◦ blue 108

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

Shades of Prussian Blue #06366C

Tints of Prussian Blue #06366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

 BLUE value IS 108 (42.58% from 255) = 64.29%

R = 3.57%
G = 32.14%
B = 64.29%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#06366C (or 0x06366C) is known color: Prussian Blue. HEX triplet: 06, 36 and 6C. RGB value is (6,54,108). Sum of RGB (Red+Green+Blue) = 6+54+108=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #06366C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06366C is #F9C993. Grayscale: #2D2D2D. Windows color (decimal): -16370068 or 7091718. OLE color: 7091718.

HSL color Cylindrical-coordinate representation of color #06366C: hue angle of 211.76º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06366C is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 54 108 -
CMYK 0.94 0.50 0 0.58
HSL 211.76º 0.89% 0.22% -
HSV(B) 211.76º 0.94% 0.42% -
XYZ 4.1 3.76 14.7 -
YUV 45.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 6 54 108 0.94 0.50 0 0.58 211.76 0.89 0.22
Hex 6 36 6C 5E 32 0 3A D4 59 16
Octal 6 66 154 136 62 0 72 324 131 26
Binary 110 110110 1101100 1011110 110010 0 111010 11010100 1011001 10110

Color Harmonies of #06366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06366C

Black with #06366C

Text Example


Text Example

White with #06366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06366C; }

 p { color: rgb(6,54,108); }

 H1.HeaderClassName
 {
   color: #06366C;
 }
 .AnyTagClassName
 {
   color: #06366C;
 }
</style>

background-color css

<style>
 a { background-color: #06366C; }

 a { background-color: rgb(6,54,108); }

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

border-color css

<style>
 span { border-color: #06366C; }

 span { border-color: rgb(6,54,108); }

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