Html Css Color HEX #06425C Prussian Blue

📋 copy color: '#06425C'

red 6 ◦ green 66 ◦ blue 92

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

Shades of Prussian Blue #06425C

Tints of Prussian Blue #06425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

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

R = 3.66%
G = 40.24%
B = 56.1%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06425C (or 0x06425C) is known color: Prussian Blue. HEX triplet: 06, 42 and 5C. RGB value is (6,66,92). Sum of RGB (Red+Green+Blue) = 6+66+92=164 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.66% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #06425C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06425C is #F9BDA3. Grayscale: #323232. Windows color (decimal): -16367012 or 6046214. OLE color: 6046214.

HSL color Cylindrical-coordinate representation of color #06425C: hue angle of 198.14º 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 #06425C is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 66 92 -
CMYK 0.93 0.28 0 0.64
HSL 198.14º 0.88% 0.19% -
HSV(B) 198.14º 0.93% 0.36% -
XYZ 3.96 4.71 10.83 -
YUV 51.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 6 66 92 0.93 0.28 0 0.64 198.14 0.88 0.19
Hex 6 42 5C 5D 1C 0 40 C6 58 13
Octal 6 102 134 135 34 0 100 306 130 23
Binary 110 1000010 1011100 1011101 11100 0 1000000 11000110 1011000 10011

Color Harmonies of #06425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06425C

Black with #06425C

Text Example


Text Example

White with #06425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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