Html Css Color HEX #06379B Smalt

📋 copy color: '#06379B'

red 6 ◦ green 55 ◦ blue 155

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

Shades of Smalt #06379B

Tints of Smalt #06379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

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

R = 2.78%
G = 25.46%
B = 71.76%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06379B (or 0x06379B) is known color: Smalt. HEX triplet: 06, 37 and 9B. RGB value is (6,55,155). Sum of RGB (Red+Green+Blue) = 6+55+155=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #06379B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06379B is #F9C864. Grayscale: #333333. Windows color (decimal): -16369765 or 10172166. OLE color: 10172166.

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

Color convert

RGB 6 55 155 -
CMYK 0.96 0.65 0 0.39
HSL 220.27º 0.93% 0.32% -
HSV(B) 220.27º 0.96% 0.61% -
XYZ 7.36 5.14 31.61 -
YUV 51.75 186.27 95.37 -
System Red Green Blue C M Y K H S L
Decimal 6 55 155 0.96 0.65 0 0.39 220.27 0.93 0.32
Hex 6 37 9B 60 41 0 27 DC 5D 20
Octal 6 67 233 140 101 0 47 334 135 40
Binary 110 110111 10011011 1100000 1000001 0 100111 11011100 1011101 100000

Color Harmonies of #06379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06379B

Black with #06379B

Text Example


Text Example

White with #06379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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