Html Css Color HEX #063E9E Smalt

📋 copy color: '#063E9E'

red 6 ◦ green 62 ◦ blue 158

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

Shades of Smalt #063E9E

Tints of Smalt #063E9E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.43%

 BLUE value IS 158 (62.11% from 255) = 69.91%

R = 2.65%
G = 27.43%
B = 69.91%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#063E9E (or 0x063E9E) is known color: Smalt. HEX triplet: 06, 3E and 9E. RGB value is (6,62,158). Sum of RGB (Red+Green+Blue) = 6+62+158=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #063E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E9E is #F9C161. Grayscale: #373737. Windows color (decimal): -16367970 or 10370566. OLE color: 10370566.

HSL color Cylindrical-coordinate representation of color #063E9E: hue angle of 217.89º 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 #063E9E is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 62 158 -
CMYK 0.96 0.61 0 0.38
HSL 217.89º 0.93% 0.32% -
HSV(B) 217.89º 0.96% 0.62% -
XYZ 7.97 5.95 33.08 -
YUV 56.2 185.45 92.19 -
System Red Green Blue C M Y K H S L
Decimal 6 62 158 0.96 0.61 0 0.38 217.89 0.93 0.32
Hex 6 3E 9E 60 3D 0 26 DA 5D 20
Octal 6 76 236 140 75 0 46 332 135 40
Binary 110 111110 10011110 1100000 111101 0 100110 11011010 1011101 100000

Color Harmonies of #063E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E9E

Black with #063E9E

Text Example


Text Example

White with #063E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,62,158); }

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

background-color css

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

 a { background-color: rgb(6,62,158); }

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

border-color css

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

 span { border-color: rgb(6,62,158); }

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