Html Css Color HEX #06329D Smalt

📋 copy color: '#06329D'

red 6 ◦ green 50 ◦ blue 157

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

Shades of Smalt #06329D

Tints of Smalt #06329D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 73.71%

R = 2.82%
G = 23.47%
B = 73.71%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06329D (or 0x06329D) is known color: Smalt. HEX triplet: 06, 32 and 9D. RGB value is (6,50,157). Sum of RGB (Red+Green+Blue) = 6+50+157=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #06329D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06329D is #F9CD62. Grayscale: #303030. Windows color (decimal): -16371043 or 10301958. OLE color: 10301958.

HSL color Cylindrical-coordinate representation of color #06329D: hue angle of 222.52º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06329D is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 50 157 -
CMYK 0.96 0.68 0 0.38
HSL 222.52º 0.93% 0.32% -
HSV(B) 222.52º 0.96% 0.62% -
XYZ 7.3 4.75 32.43 -
YUV 49.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 6 50 157 0.96 0.68 0 0.38 222.52 0.93 0.32
Hex 6 32 9D 60 44 0 26 DF 5D 20
Octal 6 62 235 140 104 0 46 337 135 40
Binary 110 110010 10011101 1100000 1000100 0 100110 11011111 1011101 100000

Color Harmonies of #06329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06329D

Black with #06329D

Text Example


Text Example

White with #06329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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