Html Css Color HEX #06435F Prussian Blue

📋 copy color: '#06435F'

red 6 ◦ green 67 ◦ blue 95

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

Shades of Prussian Blue #06435F

Tints of Prussian Blue #06435F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

 BLUE value IS 95 (37.5% from 255) = 56.55%

R = 3.57%
G = 39.88%
B = 56.55%

CMYK

 C value IS 0.94

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06435F (or 0x06435F) is known color: Prussian Blue. HEX triplet: 06, 43 and 5F. RGB value is (6,67,95). Sum of RGB (Red+Green+Blue) = 6+67+95=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #06435F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06435F is #F9BCA0. Grayscale: #333333. Windows color (decimal): -16366753 or 6243078. OLE color: 6243078.

HSL color Cylindrical-coordinate representation of color #06435F: hue angle of 198.88º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06435F is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 6 67 95 -
CMYK 0.94 0.29 0 0.63
HSL 198.88º 0.88% 0.2% -
HSV(B) 198.88º 0.94% 0.37% -
XYZ 4.15 4.88 11.55 -
YUV 51.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 6 67 95 0.94 0.29 0 0.63 198.88 0.88 0.2
Hex 6 43 5F 5E 1D 0 3F C7 58 14
Octal 6 103 137 136 35 0 77 307 130 24
Binary 110 1000011 1011111 1011110 11101 0 111111 11000111 1011000 10100

Color Harmonies of #06435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06435F

Black with #06435F

Text Example


Text Example

White with #06435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06435F; }

 p { color: rgb(6,67,95); }

 H1.HeaderClassName
 {
   color: #06435F;
 }
 .AnyTagClassName
 {
   color: #06435F;
 }
</style>

background-color css

<style>
 a { background-color: #06435F; }

 a { background-color: rgb(6,67,95); }

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

border-color css

<style>
 span { border-color: #06435F; }

 span { border-color: rgb(6,67,95); }

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