Html Css Color HEX #063D9E Smalt

📋 copy color: '#063D9E'

red 6 ◦ green 61 ◦ blue 158

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

Shades of Smalt #063D9E

Tints of Smalt #063D9E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.11%

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

R = 2.67%
G = 27.11%
B = 70.22%

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

#063D9E (or 0x063D9E) is known color: Smalt. HEX triplet: 06, 3D and 9E. RGB value is (6,61,158). Sum of RGB (Red+Green+Blue) = 6+61+158=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 158 (62.11% from 255 or 70.22% from 225); Max value from RGB is 158 - color contains mainly: blue. Hex color #063D9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063D9E is #F9C261. Grayscale: #373737. Windows color (decimal): -16368226 or 10370310. OLE color: 10370310.

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

Color convert

RGB 6 61 158 -
CMYK 0.96 0.61 0 0.38
HSL 218.29º 0.93% 0.32% -
HSV(B) 218.29º 0.96% 0.62% -
XYZ 7.92 5.84 33.06 -
YUV 55.61 185.78 92.61 -
System Red Green Blue C M Y K H S L
Decimal 6 61 158 0.96 0.61 0 0.38 218.29 0.93 0.32
Hex 6 3D 9E 60 3D 0 26 DA 5D 20
Octal 6 75 236 140 75 0 46 332 135 40
Binary 110 111101 10011110 1100000 111101 0 100110 11011010 1011101 100000

Color Harmonies of #063D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D9E

Black with #063D9E

Text Example


Text Example

White with #063D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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