Html Css Color HEX #062993 Smalt

📋 copy color: '#062993'

red 6 ◦ green 41 ◦ blue 147

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

Shades of Smalt #062993

Tints of Smalt #062993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 3.09%
G = 21.13%
B = 75.77%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#062993 (or 0x062993) is known color: Smalt. HEX triplet: 06, 29 and 93. RGB value is (6,41,147). Sum of RGB (Red+Green+Blue) = 6+41+147=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #062993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062993 is #F9D66C. Grayscale: #2A2A2A. Windows color (decimal): -16373357 or 9644294. OLE color: 9644294.

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

Color convert

RGB 6 41 147 -
CMYK 0.96 0.72 0 0.42
HSL 225.11º 0.92% 0.3% -
HSV(B) 225.11º 0.96% 0.58% -
XYZ 6.13 3.73 28 -
YUV 42.62 186.9 101.88 -
System Red Green Blue C M Y K H S L
Decimal 6 41 147 0.96 0.72 0 0.42 225.11 0.92 0.3
Hex 6 29 93 60 48 0 2A E1 5C 1E
Octal 6 51 223 140 110 0 52 341 134 36
Binary 110 101001 10010011 1100000 1001000 0 101010 11100001 1011100 11110

Color Harmonies of #062993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062993

Black with #062993

Text Example


Text Example

White with #062993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062993; }

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

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

background-color css

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

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

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

border-color css

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

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

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