Html Css Color HEX #062293 Smalt

📋 copy color: '#062293'

red 6 ◦ green 34 ◦ blue 147

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

Shades of Smalt #062293

Tints of Smalt #062293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.18%

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

R = 3.21%
G = 18.18%
B = 78.61%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#062293 (or 0x062293) is known color: Smalt. HEX triplet: 06, 22 and 93. RGB value is (6,34,147). Sum of RGB (Red+Green+Blue) = 6+34+147=187 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.21% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #062293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062293 is #F9DD6C. Grayscale: #262626. Windows color (decimal): -16375149 or 9642502. OLE color: 9642502.

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

Color convert

RGB 6 34 147 -
CMYK 0.96 0.77 0 0.42
HSL 228.09º 0.92% 0.3% -
HSV(B) 228.09º 0.96% 0.58% -
XYZ 5.91 3.29 27.93 -
YUV 38.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 6 34 147 0.96 0.77 0 0.42 228.09 0.92 0.3
Hex 6 22 93 60 4D 0 2A E4 5C 1E
Octal 6 42 223 140 115 0 52 344 134 36
Binary 110 100010 10010011 1100000 1001101 0 101010 11100100 1011100 11110

Color Harmonies of #062293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062293

Black with #062293

Text Example


Text Example

White with #062293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062293; }

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

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

background-color css

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

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

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

border-color css

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

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

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