Html Css Color HEX #063750 Prussian Blue

📋 copy color: '#063750'

red 6 ◦ green 55 ◦ blue 80

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

Shades of Prussian Blue #063750

Tints of Prussian Blue #063750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 56.74%

R = 4.26%
G = 39.01%
B = 56.74%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063750 (or 0x063750) is known color: Prussian Blue. HEX triplet: 06, 37 and 50. RGB value is (6,55,80). Sum of RGB (Red+Green+Blue) = 6+55+80=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 80 (31.64% from 255 or 56.74% from 141); Max value from RGB is 80 - color contains mainly: blue. Hex color #063750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063750 is #F9C8AF. Grayscale: #2B2B2B. Windows color (decimal): -16369840 or 5256966. OLE color: 5256966.

HSL color Cylindrical-coordinate representation of color #063750: hue angle of 200.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063750 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 55 80 -
CMYK 0.92 0.31 0 0.69
HSL 200.27º 0.86% 0.17% -
HSV(B) 200.27º 0.93% 0.31% -
XYZ 2.89 3.35 8.08 -
YUV 43.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 6 55 80 0.92 0.31 0 0.69 200.27 0.86 0.17
Hex 6 37 50 5C 1F 0 45 C8 56 11
Octal 6 67 120 134 37 0 105 310 126 21
Binary 110 110111 1010000 1011100 11111 0 1000101 11001000 1010110 10001

Color Harmonies of #063750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063750

Black with #063750

Text Example


Text Example

White with #063750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063750; }

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

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

background-color css

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

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

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

border-color css

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

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

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