Html Css Color HEX #06329B Smalt

📋 copy color: '#06329B'

red 6 ◦ green 50 ◦ blue 155

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

Shades of Smalt #06329B

Tints of Smalt #06329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.46%

R = 2.84%
G = 23.7%
B = 73.46%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06329B (or 0x06329B) is known color: Smalt. HEX triplet: 06, 32 and 9B. RGB value is (6,50,155). Sum of RGB (Red+Green+Blue) = 6+50+155=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #06329B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06329B is #F9CD64. Grayscale: #303030. Windows color (decimal): -16371045 or 10170886. OLE color: 10170886.

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

Color convert

RGB 6 50 155 -
CMYK 0.96 0.68 0 0.39
HSL 222.28º 0.93% 0.32% -
HSV(B) 222.28º 0.96% 0.61% -
XYZ 7.13 4.69 31.54 -
YUV 48.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 6 50 155 0.96 0.68 0 0.39 222.28 0.93 0.32
Hex 6 32 9B 60 44 0 27 DE 5D 20
Octal 6 62 233 140 104 0 47 336 135 40
Binary 110 110010 10011011 1100000 1000100 0 100111 11011110 1011101 100000

Color Harmonies of #06329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06329B

Black with #06329B

Text Example


Text Example

White with #06329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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