Html Css Color HEX #06328A Smalt

📋 copy color: '#06328A'

red 6 ◦ green 50 ◦ blue 138

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

Shades of Smalt #06328A

Tints of Smalt #06328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 71.13%

R = 3.09%
G = 25.77%
B = 71.13%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06328A (or 0x06328A) is known color: Smalt. HEX triplet: 06, 32 and 8A. RGB value is (6,50,138). Sum of RGB (Red+Green+Blue) = 6+50+138=194 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.09% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 138 (54.30% from 255 or 71.13% from 194); Max value from RGB is 138 - color contains mainly: blue. Hex color #06328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06328A is #F9CD75. Grayscale: #2E2E2E. Windows color (decimal): -16371062 or 9056774. OLE color: 9056774.

HSL color Cylindrical-coordinate representation of color #06328A: hue angle of 220º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06328A is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 50 138 -
CMYK 0.96 0.64 0 0.46
HSL 220º 0.92% 0.28% -
HSV(B) 220º 0.96% 0.54% -
XYZ 5.8 4.15 24.54 -
YUV 46.88 179.42 98.84 -
System Red Green Blue C M Y K H S L
Decimal 6 50 138 0.96 0.64 0 0.46 220 0.92 0.28
Hex 6 32 8A 60 40 0 2E DC 5C 1C
Octal 6 62 212 140 100 0 56 334 134 34
Binary 110 110010 10001010 1100000 1000000 0 101110 11011100 1011100 11100

Color Harmonies of #06328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06328A

Black with #06328A

Text Example


Text Example

White with #06328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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