Html Css Color HEX #063490 Smalt

📋 copy color: '#063490'

red 6 ◦ green 52 ◦ blue 144

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

Shades of Smalt #063490

Tints of Smalt #063490

RGB

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

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

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

R = 2.97%
G = 25.74%
B = 71.29%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063490 (or 0x063490) is known color: Smalt. HEX triplet: 06, 34 and 90. RGB value is (6,52,144). Sum of RGB (Red+Green+Blue) = 6+52+144=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #063490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063490 is #F9CB6F. Grayscale: #303030. Windows color (decimal): -16370544 or 9450502. OLE color: 9450502.

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

Color convert

RGB 6 52 144 -
CMYK 0.96 0.64 0 0.44
HSL 220º 0.92% 0.29% -
HSV(B) 220º 0.96% 0.56% -
XYZ 6.34 4.51 26.92 -
YUV 48.73 181.76 97.52 -
System Red Green Blue C M Y K H S L
Decimal 6 52 144 0.96 0.64 0 0.44 220 0.92 0.29
Hex 6 34 90 60 40 0 2C DC 5C 1D
Octal 6 64 220 140 100 0 54 334 134 35
Binary 110 110100 10010000 1100000 1000000 0 101100 11011100 1011100 11101

Color Harmonies of #063490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063490

Black with #063490

Text Example


Text Example

White with #063490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063490; }

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

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

background-color css

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

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

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

border-color css

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

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

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