Html Css Color HEX #062690 Smalt

📋 copy color: '#062690'

red 6 ◦ green 38 ◦ blue 144

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

Shades of Smalt #062690

Tints of Smalt #062690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.21%

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

R = 3.19%
G = 20.21%
B = 76.6%

CMYK

 C value IS 0.96

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#062690 (or 0x062690) is known color: Smalt. HEX triplet: 06, 26 and 90. RGB value is (6,38,144). Sum of RGB (Red+Green+Blue) = 6+38+144=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #062690 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062690 is #F9D96F. Grayscale: #282828. Windows color (decimal): -16374128 or 9446918. OLE color: 9446918.

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

Color convert

RGB 6 38 144 -
CMYK 0.96 0.74 0 0.44
HSL 226.09º 0.92% 0.29% -
HSV(B) 226.09º 0.96% 0.56% -
XYZ 5.8 3.44 26.74 -
YUV 40.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 6 38 144 0.96 0.74 0 0.44 226.09 0.92 0.29
Hex 6 26 90 60 4A 0 2C E2 5C 1D
Octal 6 46 220 140 112 0 54 342 134 35
Binary 110 100110 10010000 1100000 1001010 0 101100 11100010 1011100 11101

Color Harmonies of #062690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062690

Black with #062690

Text Example


Text Example

White with #062690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062690; }

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

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

background-color css

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

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

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

border-color css

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

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

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