Html Css Color HEX #063499 Smalt

📋 copy color: '#063499'

red 6 ◦ green 52 ◦ blue 153

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

Shades of Smalt #063499

Tints of Smalt #063499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

 BLUE value IS 153 (60.16% from 255) = 72.51%

R = 2.84%
G = 24.64%
B = 72.51%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#063499 (or 0x063499) is known color: Smalt. HEX triplet: 06, 34 and 99. RGB value is (6,52,153). Sum of RGB (Red+Green+Blue) = 6+52+153=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #063499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063499 is #F9CB66. Grayscale: #313131. Windows color (decimal): -16370535 or 10040326. OLE color: 10040326.

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

Color convert

RGB 6 52 153 -
CMYK 0.96 0.66 0 0.4
HSL 221.22º 0.92% 0.31% -
HSV(B) 221.22º 0.96% 0.6% -
XYZ 7.05 4.79 30.69 -
YUV 49.76 186.26 96.79 -
System Red Green Blue C M Y K H S L
Decimal 6 52 153 0.96 0.66 0 0.4 221.22 0.92 0.31
Hex 6 34 99 60 42 0 28 DD 5C 1F
Octal 6 64 231 140 102 0 50 335 134 37
Binary 110 110100 10011001 1100000 1000010 0 101000 11011101 1011100 11111

Color Harmonies of #063499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063499

Black with #063499

Text Example


Text Example

White with #063499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063499; }

 p { color: rgb(6,52,153); }

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

background-color css

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

 a { background-color: rgb(6,52,153); }

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

border-color css

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

 span { border-color: rgb(6,52,153); }

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