Html Css Color HEX #063150 Prussian Blue

📋 copy color: '#063150'

red 6 ◦ green 49 ◦ blue 80

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

Shades of Prussian Blue #063150

Tints of Prussian Blue #063150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.3%

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

R = 4.44%
G = 36.3%
B = 59.26%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063150 (or 0x063150) is known color: Prussian Blue. HEX triplet: 06, 31 and 50. RGB value is (6,49,80). Sum of RGB (Red+Green+Blue) = 6+49+80=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #063150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063150 is #F9CEAF. Grayscale: #272727. Windows color (decimal): -16371376 or 5255430. OLE color: 5255430.

HSL color Cylindrical-coordinate representation of color #063150: hue angle of 205.14º 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 #063150 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 49 80 -
CMYK 0.92 0.39 0 0.69
HSL 205.14º 0.86% 0.17% -
HSV(B) 205.14º 0.93% 0.31% -
XYZ 2.62 2.81 7.99 -
YUV 39.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 6 49 80 0.92 0.39 0 0.69 205.14 0.86 0.17
Hex 6 31 50 5C 27 0 45 CD 56 11
Octal 6 61 120 134 47 0 105 315 126 21
Binary 110 110001 1010000 1011100 100111 0 1000101 11001101 1010110 10001

Color Harmonies of #063150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063150

Black with #063150

Text Example


Text Example

White with #063150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063150; }

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

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

background-color css

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

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

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

border-color css

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

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

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