Html Css Color HEX #06375C Prussian Blue

📋 copy color: '#06375C'

red 6 ◦ green 55 ◦ blue 92

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

Shades of Prussian Blue #06375C

Tints of Prussian Blue #06375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.95%

 BLUE value IS 92 (36.33% from 255) = 60.13%

R = 3.92%
G = 35.95%
B = 60.13%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06375C (or 0x06375C) is known color: Prussian Blue. HEX triplet: 06, 37 and 5C. RGB value is (6,55,92). Sum of RGB (Red+Green+Blue) = 6+55+92=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #06375C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06375C is #F9C8A3. Grayscale: #2C2C2C. Windows color (decimal): -16369828 or 6043398. OLE color: 6043398.

HSL color Cylindrical-coordinate representation of color #06375C: hue angle of 205.81º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06375C is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 55 92 -
CMYK 0.93 0.40 0 0.64
HSL 205.81º 0.88% 0.19% -
HSV(B) 205.81º 0.93% 0.36% -
XYZ 3.37 3.54 10.63 -
YUV 44.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 6 55 92 0.93 0.40 0 0.64 205.81 0.88 0.19
Hex 6 37 5C 5D 28 0 40 CE 58 13
Octal 6 67 134 135 50 0 100 316 130 23
Binary 110 110111 1011100 1011101 101000 0 1000000 11001110 1011000 10011

Color Harmonies of #06375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06375C

Black with #06375C

Text Example


Text Example

White with #06375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,55,92); }

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

background-color css

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

 a { background-color: rgb(6,55,92); }

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

border-color css

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

 span { border-color: rgb(6,55,92); }

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