Html Css Color HEX #063755 Prussian Blue

📋 copy color: '#063755'

red 6 ◦ green 55 ◦ blue 85

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

Shades of Prussian Blue #063755

Tints of Prussian Blue #063755

RGB

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

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

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

R = 4.11%
G = 37.67%
B = 58.22%

CMYK

 C value IS 0.93

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063755 (or 0x063755) is known color: Prussian Blue. HEX triplet: 06, 37 and 55. RGB value is (6,55,85). Sum of RGB (Red+Green+Blue) = 6+55+85=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #063755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063755 is #F9C8AA. Grayscale: #2B2B2B. Windows color (decimal): -16369835 or 5584646. OLE color: 5584646.

HSL color Cylindrical-coordinate representation of color #063755: hue angle of 202.78º 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 #063755 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 55 85 -
CMYK 0.93 0.35 0 0.67
HSL 202.78º 0.87% 0.18% -
HSV(B) 202.78º 0.93% 0.33% -
XYZ 3.08 3.43 9.09 -
YUV 43.77 151.27 101.06 -
System Red Green Blue C M Y K H S L
Decimal 6 55 85 0.93 0.35 0 0.67 202.78 0.87 0.18
Hex 6 37 55 5D 23 0 43 CB 57 12
Octal 6 67 125 135 43 0 103 313 127 22
Binary 110 110111 1010101 1011101 100011 0 1000011 11001011 1010111 10010

Color Harmonies of #063755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063755

Black with #063755

Text Example


Text Example

White with #063755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063755; }

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

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

background-color css

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

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

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

border-color css

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

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

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