Html Css Color HEX #063692 Smalt

📋 copy color: '#063692'

red 6 ◦ green 54 ◦ blue 146

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

Shades of Smalt #063692

Tints of Smalt #063692

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.21%

 BLUE value IS 146 (57.42% from 255) = 70.87%

R = 2.91%
G = 26.21%
B = 70.87%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063692 (or 0x063692) is known color: Smalt. HEX triplet: 06, 36 and 92. RGB value is (6,54,146). Sum of RGB (Red+Green+Blue) = 6+54+146=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #063692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063692 is #F9C96D. Grayscale: #313131. Windows color (decimal): -16370030 or 9582086. OLE color: 9582086.

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

Color convert

RGB 6 54 146 -
CMYK 0.96 0.63 0 0.43
HSL 219.43º 0.92% 0.3% -
HSV(B) 219.43º 0.96% 0.57% -
XYZ 6.58 4.75 27.76 -
YUV 50.14 182.1 96.52 -
System Red Green Blue C M Y K H S L
Decimal 6 54 146 0.96 0.63 0 0.43 219.43 0.92 0.3
Hex 6 36 92 60 3F 0 2B DB 5C 1E
Octal 6 66 222 140 77 0 53 333 134 36
Binary 110 110110 10010010 1100000 111111 0 101011 11011011 1011100 11110

Color Harmonies of #063692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063692

Black with #063692

Text Example


Text Example

White with #063692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063692; }

 p { color: rgb(6,54,146); }

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

background-color css

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

 a { background-color: rgb(6,54,146); }

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

border-color css

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

 span { border-color: rgb(6,54,146); }

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