Html Css Color HEX #063997 Smalt

📋 copy color: '#063997'

red 6 ◦ green 57 ◦ blue 151

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

Shades of Smalt #063997

Tints of Smalt #063997

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

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

R = 2.8%
G = 26.64%
B = 70.56%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063997 (or 0x063997) is known color: Smalt. HEX triplet: 06, 39 and 97. RGB value is (6,57,151). Sum of RGB (Red+Green+Blue) = 6+57+151=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 151 (59.38% from 255 or 70.56% from 214); Max value from RGB is 151 - color contains mainly: blue. Hex color #063997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063997 is #F9C668. Grayscale: #343434. Windows color (decimal): -16369257 or 9910534. OLE color: 9910534.

HSL color Cylindrical-coordinate representation of color #063997: hue angle of 218.9º 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 #063997 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 57 151 -
CMYK 0.96 0.62 0 0.41
HSL 218.9º 0.92% 0.31% -
HSV(B) 218.9º 0.96% 0.59% -
XYZ 7.12 5.2 29.91 -
YUV 52.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 6 57 151 0.96 0.62 0 0.41 218.9 0.92 0.31
Hex 6 39 97 60 3E 0 29 DB 5C 1F
Octal 6 71 227 140 76 0 51 333 134 37
Binary 110 111001 10010111 1100000 111110 0 101001 11011011 1011100 11111

Color Harmonies of #063997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063997

Black with #063997

Text Example


Text Example

White with #063997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063997; }

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

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

background-color css

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

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

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

border-color css

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

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

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