Html Css Color HEX #063450 Prussian Blue

📋 copy color: '#063450'

red 6 ◦ green 52 ◦ blue 80

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

Shades of Prussian Blue #063450

Tints of Prussian Blue #063450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.68%

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

R = 4.35%
G = 37.68%
B = 57.97%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063450 (or 0x063450) is known color: Prussian Blue. HEX triplet: 06, 34 and 50. RGB value is (6,52,80). Sum of RGB (Red+Green+Blue) = 6+52+80=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #063450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063450 is #F9CBAF. Grayscale: #292929. Windows color (decimal): -16370608 or 5256198. OLE color: 5256198.

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

Color convert

RGB 6 52 80 -
CMYK 0.92 0.35 0 0.69
HSL 202.7º 0.86% 0.17% -
HSV(B) 202.7º 0.93% 0.31% -
XYZ 2.75 3.07 8.04 -
YUV 41.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 6 52 80 0.92 0.35 0 0.69 202.7 0.86 0.17
Hex 6 34 50 5C 23 0 45 CB 56 11
Octal 6 64 120 134 43 0 105 313 126 21
Binary 110 110100 1010000 1011100 100011 0 1000101 11001011 1010110 10001

Color Harmonies of #063450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063450

Black with #063450

Text Example


Text Example

White with #063450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063450; }

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

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

background-color css

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

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

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

border-color css

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

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

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