Html Css Color HEX #063890 Smalt

📋 copy color: '#063890'

red 6 ◦ green 56 ◦ blue 144

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

Shades of Smalt #063890

Tints of Smalt #063890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 69.9%

R = 2.91%
G = 27.18%
B = 69.9%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063890 (or 0x063890) is known color: Smalt. HEX triplet: 06, 38 and 90. RGB value is (6,56,144). Sum of RGB (Red+Green+Blue) = 6+56+144=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #063890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063890 is #F9C76F. Grayscale: #323232. Windows color (decimal): -16369520 or 9451526. OLE color: 9451526.

HSL color Cylindrical-coordinate representation of color #063890: hue angle of 218.26º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063890 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 56 144 -
CMYK 0.96 0.61 0 0.44
HSL 218.26º 0.92% 0.29% -
HSV(B) 218.26º 0.96% 0.56% -
XYZ 6.52 4.88 26.98 -
YUV 51.08 180.44 95.84 -
System Red Green Blue C M Y K H S L
Decimal 6 56 144 0.96 0.61 0 0.44 218.26 0.92 0.29
Hex 6 38 90 60 3D 0 2C DA 5C 1D
Octal 6 70 220 140 75 0 54 332 134 35
Binary 110 111000 10010000 1100000 111101 0 101100 11011010 1011100 11101

Color Harmonies of #063890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063890

Black with #063890

Text Example


Text Example

White with #063890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063890; }

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

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

background-color css

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

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

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

border-color css

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

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

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