Html Css Color HEX #063493 Smalt

📋 copy color: '#063493'

red 6 ◦ green 52 ◦ blue 147

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

Shades of Smalt #063493

Tints of Smalt #063493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.71%

R = 2.93%
G = 25.37%
B = 71.71%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#063493 (or 0x063493) is known color: Smalt. HEX triplet: 06, 34 and 93. RGB value is (6,52,147). Sum of RGB (Red+Green+Blue) = 6+52+147=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #063493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063493 is #F9CB6C. Grayscale: #303030. Windows color (decimal): -16370541 or 9647110. OLE color: 9647110.

HSL color Cylindrical-coordinate representation of color #063493: hue angle of 220.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063493 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 52 147 -
CMYK 0.96 0.65 0 0.42
HSL 220.43º 0.92% 0.3% -
HSV(B) 220.43º 0.96% 0.58% -
XYZ 6.57 4.6 28.15 -
YUV 49.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 6 52 147 0.96 0.65 0 0.42 220.43 0.92 0.3
Hex 6 34 93 60 41 0 2A DC 5C 1E
Octal 6 64 223 140 101 0 52 334 134 36
Binary 110 110100 10010011 1100000 1000001 0 101010 11011100 1011100 11110

Color Harmonies of #063493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063493

Black with #063493

Text Example


Text Example

White with #063493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063493; }

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

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

background-color css

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

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

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

border-color css

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

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

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