Html Css Color HEX #063698 Smalt

📋 copy color: '#063698'

red 6 ◦ green 54 ◦ blue 152

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

Shades of Smalt #063698

Tints of Smalt #063698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 71.7%

R = 2.83%
G = 25.47%
B = 71.7%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#063698 (or 0x063698) is known color: Smalt. HEX triplet: 06, 36 and 98. RGB value is (6,54,152). Sum of RGB (Red+Green+Blue) = 6+54+152=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 152 (59.77% from 255 or 71.70% from 212); Max value from RGB is 152 - color contains mainly: blue. Hex color #063698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063698 is #F9C967. Grayscale: #323232. Windows color (decimal): -16370024 or 9975302. OLE color: 9975302.

HSL color Cylindrical-coordinate representation of color #063698: hue angle of 220.27º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063698 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 54 152 -
CMYK 0.96 0.64 0 0.40
HSL 220.27º 0.92% 0.31% -
HSV(B) 220.27º 0.96% 0.6% -
XYZ 7.06 4.94 30.29 -
YUV 50.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 6 54 152 0.96 0.64 0 0.40 220.27 0.92 0.31
Hex 6 36 98 60 40 0 28 DC 5C 1F
Octal 6 66 230 140 100 0 50 334 134 37
Binary 110 110110 10011000 1100000 1000000 0 101000 11011100 1011100 11111

Color Harmonies of #063698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063698

Black with #063698

Text Example


Text Example

White with #063698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063698; }

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

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

background-color css

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

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

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

border-color css

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

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

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