Html Css Color HEX #063198 Smalt

📋 copy color: '#063198'

red 6 ◦ green 49 ◦ blue 152

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

Shades of Smalt #063198

Tints of Smalt #063198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.43%

R = 2.9%
G = 23.67%
B = 73.43%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#063198 (or 0x063198) is known color: Smalt. HEX triplet: 06, 31 and 98. RGB value is (6,49,152). Sum of RGB (Red+Green+Blue) = 6+49+152=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #063198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063198 is #F9CE67. Grayscale: #2F2F2F. Windows color (decimal): -16371304 or 9974022. OLE color: 9974022.

HSL color Cylindrical-coordinate representation of color #063198: hue angle of 222.33º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063198 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 49 152 -
CMYK 0.96 0.68 0 0.40
HSL 222.33º 0.92% 0.31% -
HSV(B) 222.33º 0.96% 0.6% -
XYZ 6.84 4.5 30.21 -
YUV 47.89 186.75 98.12 -
System Red Green Blue C M Y K H S L
Decimal 6 49 152 0.96 0.68 0 0.40 222.33 0.92 0.31
Hex 6 31 98 60 44 0 28 DE 5C 1F
Octal 6 61 230 140 104 0 50 336 134 37
Binary 110 110001 10011000 1100000 1000100 0 101000 11011110 1011100 11111

Color Harmonies of #063198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063198

Black with #063198

Text Example


Text Example

White with #063198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063198; }

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

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

background-color css

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

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

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

border-color css

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

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

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