Html Css Color HEX #06366E Prussian Blue

📋 copy color: '#06366E'

red 6 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #06366E

Tints of Prussian Blue #06366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 64.71%

R = 3.53%
G = 31.76%
B = 64.71%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06366E (or 0x06366E) is known color: Prussian Blue. HEX triplet: 06, 36 and 6E. RGB value is (6,54,110). Sum of RGB (Red+Green+Blue) = 6+54+110=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #06366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06366E is #F9C991. Grayscale: #2D2D2D. Windows color (decimal): -16370066 or 7222790. OLE color: 7222790.

HSL color Cylindrical-coordinate representation of color #06366E: hue angle of 212.31º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06366E is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 54 110 -
CMYK 0.95 0.51 0 0.57
HSL 212.31º 0.9% 0.23% -
HSV(B) 212.31º 0.95% 0.43% -
XYZ 4.21 3.8 15.26 -
YUV 46.03 164.1 99.45 -
System Red Green Blue C M Y K H S L
Decimal 6 54 110 0.95 0.51 0 0.57 212.31 0.9 0.23
Hex 6 36 6E 5F 33 0 39 D4 5A 17
Octal 6 66 156 137 63 0 71 324 132 27
Binary 110 110110 1101110 1011111 110011 0 111001 11010100 1011010 10111

Color Harmonies of #06366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06366E

Black with #06366E

Text Example


Text Example

White with #06366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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