Html Css Color HEX #063893 Smalt

📋 copy color: '#063893'

red 6 ◦ green 56 ◦ blue 147

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

Shades of Smalt #063893

Tints of Smalt #063893

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.79%

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

R = 2.87%
G = 26.79%
B = 70.33%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#063893 (or 0x063893) is known color: Smalt. HEX triplet: 06, 38 and 93. RGB value is (6,56,147). Sum of RGB (Red+Green+Blue) = 6+56+147=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #063893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063893 is #F9C76C. Grayscale: #333333. Windows color (decimal): -16369517 or 9648134. OLE color: 9648134.

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

Color convert

RGB 6 56 147 -
CMYK 0.96 0.62 0 0.42
HSL 218.72º 0.92% 0.3% -
HSV(B) 218.72º 0.96% 0.58% -
XYZ 6.76 4.97 28.21 -
YUV 51.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 6 56 147 0.96 0.62 0 0.42 218.72 0.92 0.3
Hex 6 38 93 60 3E 0 2A DB 5C 1E
Octal 6 70 223 140 76 0 52 333 134 36
Binary 110 111000 10010011 1100000 111110 0 101010 11011011 1011100 11110

Color Harmonies of #063893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063893

Black with #063893

Text Example


Text Example

White with #063893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063893; }

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

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

background-color css

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

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

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

border-color css

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

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

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