Html Css Color HEX #063F9D Smalt

📋 copy color: '#063F9D'

red 6 ◦ green 63 ◦ blue 157

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

Shades of Smalt #063F9D

Tints of Smalt #063F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 2.65%
G = 27.88%
B = 69.47%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#063F9D (or 0x063F9D) is known color: Smalt. HEX triplet: 06, 3F and 9D. RGB value is (6,63,157). Sum of RGB (Red+Green+Blue) = 6+63+157=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #063F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F9D is #F9C062. Grayscale: #383838. Windows color (decimal): -16367715 or 10305286. OLE color: 10305286.

HSL color Cylindrical-coordinate representation of color #063F9D: hue angle of 217.35º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063F9D is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 63 157 -
CMYK 0.96 0.60 0 0.38
HSL 217.35º 0.93% 0.32% -
HSV(B) 217.35º 0.96% 0.62% -
XYZ 7.94 6.03 32.64 -
YUV 56.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 6 63 157 0.96 0.60 0 0.38 217.35 0.93 0.32
Hex 6 3F 9D 60 3C 0 26 D9 5D 20
Octal 6 77 235 140 74 0 46 331 135 40
Binary 110 111111 10011101 1100000 111100 0 100110 11011001 1011101 100000

Color Harmonies of #063F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F9D

Black with #063F9D

Text Example


Text Example

White with #063F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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