Html Css Color HEX #06319C Smalt

📋 copy color: '#06319C'

red 6 ◦ green 49 ◦ blue 156

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

Shades of Smalt #06319C

Tints of Smalt #06319C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 156 (61.33% from 255) = 73.93%

R = 2.84%
G = 23.22%
B = 73.93%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06319C (or 0x06319C) is known color: Smalt. HEX triplet: 06, 31 and 9C. RGB value is (6,49,156). Sum of RGB (Red+Green+Blue) = 6+49+156=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #06319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06319C is #F9CE63. Grayscale: #2F2F2F. Windows color (decimal): -16371300 or 10236166. OLE color: 10236166.

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

Color convert

RGB 6 49 156 -
CMYK 0.96 0.69 0 0.39
HSL 222.8º 0.93% 0.32% -
HSV(B) 222.8º 0.96% 0.61% -
XYZ 7.17 4.64 31.97 -
YUV 48.34 188.75 97.8 -
System Red Green Blue C M Y K H S L
Decimal 6 49 156 0.96 0.69 0 0.39 222.8 0.93 0.32
Hex 6 31 9C 60 45 0 27 DF 5D 20
Octal 6 61 234 140 105 0 47 337 135 40
Binary 110 110001 10011100 1100000 1000101 0 100111 11011111 1011101 100000

Color Harmonies of #06319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06319C

Black with #06319C

Text Example


Text Example

White with #06319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06319C; }

 p { color: rgb(6,49,156); }

 H1.HeaderClassName
 {
   color: #06319C;
 }
 .AnyTagClassName
 {
   color: #06319C;
 }
</style>

background-color css

<style>
 a { background-color: #06319C; }

 a { background-color: rgb(6,49,156); }

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

border-color css

<style>
 span { border-color: #06319C; }

 span { border-color: rgb(6,49,156); }

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