Html Css Color HEX #06328E Smalt

📋 copy color: '#06328E'

red 6 ◦ green 50 ◦ blue 142

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

Shades of Smalt #06328E

Tints of Smalt #06328E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 142 (55.86% from 255) = 71.72%

R = 3.03%
G = 25.25%
B = 71.72%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06328E (or 0x06328E) is known color: Smalt. HEX triplet: 06, 32 and 8E. RGB value is (6,50,142). Sum of RGB (Red+Green+Blue) = 6+50+142=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #06328E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06328E is #F9CD71. Grayscale: #2E2E2E. Windows color (decimal): -16371058 or 9318918. OLE color: 9318918.

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

Color convert

RGB 6 50 142 -
CMYK 0.96 0.65 0 0.44
HSL 220.59º 0.92% 0.29% -
HSV(B) 220.59º 0.96% 0.56% -
XYZ 6.1 4.27 26.09 -
YUV 47.33 181.42 98.52 -
System Red Green Blue C M Y K H S L
Decimal 6 50 142 0.96 0.65 0 0.44 220.59 0.92 0.29
Hex 6 32 8E 60 41 0 2C DD 5C 1D
Octal 6 62 216 140 101 0 54 335 134 35
Binary 110 110010 10001110 1100000 1000001 0 101100 11011101 1011100 11101

Color Harmonies of #06328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06328E

Black with #06328E

Text Example


Text Example

White with #06328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06328E; }

 p { color: rgb(6,50,142); }

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

background-color css

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

 a { background-color: rgb(6,50,142); }

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

border-color css

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

 span { border-color: rgb(6,50,142); }

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