Html Css Color HEX #063855 Prussian Blue

📋 copy color: '#063855'

red 6 ◦ green 56 ◦ blue 85

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

Shades of Prussian Blue #063855

Tints of Prussian Blue #063855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

 BLUE value IS 85 (33.59% from 255) = 57.82%

R = 4.08%
G = 38.1%
B = 57.82%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063855 (or 0x063855) is known color: Prussian Blue. HEX triplet: 06, 38 and 55. RGB value is (6,56,85). Sum of RGB (Red+Green+Blue) = 6+56+85=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #063855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063855 is #F9C7AA. Grayscale: #2C2C2C. Windows color (decimal): -16369579 or 5584902. OLE color: 5584902.

HSL color Cylindrical-coordinate representation of color #063855: hue angle of 202.03º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063855 is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 56 85 -
CMYK 0.93 0.34 0 0.67
HSL 202.03º 0.87% 0.18% -
HSV(B) 202.03º 0.93% 0.33% -
XYZ 3.13 3.52 9.11 -
YUV 44.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 6 56 85 0.93 0.34 0 0.67 202.03 0.87 0.18
Hex 6 38 55 5D 22 0 43 CA 57 12
Octal 6 70 125 135 42 0 103 312 127 22
Binary 110 111000 1010101 1011101 100010 0 1000011 11001010 1010111 10010

Color Harmonies of #063855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063855

Black with #063855

Text Example


Text Example

White with #063855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063855; }

 p { color: rgb(6,56,85); }

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

background-color css

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

 a { background-color: rgb(6,56,85); }

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

border-color css

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

 span { border-color: rgb(6,56,85); }

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