Html Css Color HEX #063794 Smalt

📋 copy color: '#063794'

red 6 ◦ green 55 ◦ blue 148

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

Shades of Smalt #063794

Tints of Smalt #063794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.81%

R = 2.87%
G = 26.32%
B = 70.81%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#063794 (or 0x063794) is known color: Smalt. HEX triplet: 06, 37 and 94. RGB value is (6,55,148). Sum of RGB (Red+Green+Blue) = 6+55+148=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 148 (58.20% from 255 or 70.81% from 209); Max value from RGB is 148 - color contains mainly: blue. Hex color #063794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063794 is #F9C86B. Grayscale: #323232. Windows color (decimal): -16369772 or 9713414. OLE color: 9713414.

HSL color Cylindrical-coordinate representation of color #063794: hue angle of 219.3º 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 #063794 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 55 148 -
CMYK 0.96 0.63 0 0.42
HSL 219.3º 0.92% 0.3% -
HSV(B) 219.3º 0.96% 0.58% -
XYZ 6.79 4.91 28.61 -
YUV 50.95 182.77 95.94 -
System Red Green Blue C M Y K H S L
Decimal 6 55 148 0.96 0.63 0 0.42 219.3 0.92 0.3
Hex 6 37 94 60 3F 0 2A DB 5C 1E
Octal 6 67 224 140 77 0 52 333 134 36
Binary 110 110111 10010100 1100000 111111 0 101010 11011011 1011100 11110

Color Harmonies of #063794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063794

Black with #063794

Text Example


Text Example

White with #063794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063794; }

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

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

background-color css

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

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

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

border-color css

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

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

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