Html Css Color HEX #063891 Smalt

📋 copy color: '#063891'

red 6 ◦ green 56 ◦ blue 145

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

Shades of Smalt #063891

Tints of Smalt #063891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

 BLUE value IS 145 (57.03% from 255) = 70.05%

R = 2.9%
G = 27.05%
B = 70.05%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063891 (or 0x063891) is known color: Smalt. HEX triplet: 06, 38 and 91. RGB value is (6,56,145). Sum of RGB (Red+Green+Blue) = 6+56+145=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #063891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063891 is #F9C76E. Grayscale: #323232. Windows color (decimal): -16369519 or 9517062. OLE color: 9517062.

HSL color Cylindrical-coordinate representation of color #063891: hue angle of 218.42º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063891 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 56 145 -
CMYK 0.96 0.61 0 0.43
HSL 218.42º 0.92% 0.3% -
HSV(B) 218.42º 0.96% 0.57% -
XYZ 6.6 4.91 27.39 -
YUV 51.2 180.94 95.76 -
System Red Green Blue C M Y K H S L
Decimal 6 56 145 0.96 0.61 0 0.43 218.42 0.92 0.3
Hex 6 38 91 60 3D 0 2B DA 5C 1E
Octal 6 70 221 140 75 0 53 332 134 36
Binary 110 111000 10010001 1100000 111101 0 101011 11011010 1011100 11110

Color Harmonies of #063891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063891

Black with #063891

Text Example


Text Example

White with #063891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063891; }

 p { color: rgb(6,56,145); }

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

background-color css

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

 a { background-color: rgb(6,56,145); }

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

border-color css

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

 span { border-color: rgb(6,56,145); }

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