Html Css Color HEX #06378D Smalt

📋 copy color: '#06378D'

red 6 ◦ green 55 ◦ blue 141

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

Shades of Smalt #06378D

Tints of Smalt #06378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 69.8%

R = 2.97%
G = 27.23%
B = 69.8%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06378D (or 0x06378D) is known color: Smalt. HEX triplet: 06, 37 and 8D. RGB value is (6,55,141). Sum of RGB (Red+Green+Blue) = 6+55+141=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 141 (55.47% from 255 or 69.80% from 202); Max value from RGB is 141 - color contains mainly: blue. Hex color #06378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06378D is #F9C872. Grayscale: #313131. Windows color (decimal): -16369779 or 9254662. OLE color: 9254662.

HSL color Cylindrical-coordinate representation of color #06378D: hue angle of 218.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06378D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 55 141 -
CMYK 0.96 0.61 0 0.45
HSL 218.22º 0.92% 0.29% -
HSV(B) 218.22º 0.96% 0.55% -
XYZ 6.25 4.69 25.78 -
YUV 50.15 179.27 96.51 -
System Red Green Blue C M Y K H S L
Decimal 6 55 141 0.96 0.61 0 0.45 218.22 0.92 0.29
Hex 6 37 8D 60 3D 0 2D DA 5C 1D
Octal 6 67 215 140 75 0 55 332 134 35
Binary 110 110111 10001101 1100000 111101 0 101101 11011010 1011100 11101

Color Harmonies of #06378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06378D

Black with #06378D

Text Example


Text Example

White with #06378D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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