Html Css Color HEX #062890 Smalt

📋 copy color: '#062890'

red 6 ◦ green 40 ◦ blue 144

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

Shades of Smalt #062890

Tints of Smalt #062890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.05%

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

R = 3.16%
G = 21.05%
B = 75.79%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#062890 (or 0x062890) is known color: Smalt. HEX triplet: 06, 28 and 90. RGB value is (6,40,144). Sum of RGB (Red+Green+Blue) = 6+40+144=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 144 (56.64% from 255 or 75.79% from 190); Max value from RGB is 144 - color contains mainly: blue. Hex color #062890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062890 is #F9D76F. Grayscale: #292929. Windows color (decimal): -16373616 or 9447430. OLE color: 9447430.

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

Color convert

RGB 6 40 144 -
CMYK 0.96 0.72 0 0.44
HSL 225.22º 0.92% 0.29% -
HSV(B) 225.22º 0.96% 0.56% -
XYZ 5.87 3.57 26.77 -
YUV 41.69 185.74 102.54 -
System Red Green Blue C M Y K H S L
Decimal 6 40 144 0.96 0.72 0 0.44 225.22 0.92 0.29
Hex 6 28 90 60 48 0 2C E1 5C 1D
Octal 6 50 220 140 110 0 54 341 134 35
Binary 110 101000 10010000 1100000 1001000 0 101100 11100001 1011100 11101

Color Harmonies of #062890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062890

Black with #062890

Text Example


Text Example

White with #062890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062890; }

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

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

background-color css

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

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

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

border-color css

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

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

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