Html Css Color HEX #063F97 Smalt

📋 copy color: '#063F97'

red 6 ◦ green 63 ◦ blue 151

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

Shades of Smalt #063F97

Tints of Smalt #063F97

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

 BLUE value IS 151 (59.38% from 255) = 68.64%

R = 2.73%
G = 28.64%
B = 68.64%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063F97 (or 0x063F97) is known color: Smalt. HEX triplet: 06, 3F and 97. RGB value is (6,63,151). Sum of RGB (Red+Green+Blue) = 6+63+151=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #063F97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F97 is #F9C068. Grayscale: #373737. Windows color (decimal): -16367721 or 9912070. OLE color: 9912070.

HSL color Cylindrical-coordinate representation of color #063F97: hue angle of 216.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F97 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 63 151 -
CMYK 0.96 0.58 0 0.41
HSL 216.41º 0.92% 0.31% -
HSV(B) 216.41º 0.96% 0.59% -
XYZ 7.44 5.83 30.01 -
YUV 55.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 6 63 151 0.96 0.58 0 0.41 216.41 0.92 0.31
Hex 6 3F 97 60 3A 0 29 D8 5C 1F
Octal 6 77 227 140 72 0 51 330 134 37
Binary 110 111111 10010111 1100000 111010 0 101001 11011000 1011100 11111

Color Harmonies of #063F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F97

Black with #063F97

Text Example


Text Example

White with #063F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063F97; }

 p { color: rgb(6,63,151); }

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

background-color css

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

 a { background-color: rgb(6,63,151); }

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

border-color css

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

 span { border-color: rgb(6,63,151); }

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