Html Css Color HEX #063299 Smalt

📋 copy color: '#063299'

red 6 ◦ green 50 ◦ blue 153

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

Shades of Smalt #063299

Tints of Smalt #063299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.92%

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

R = 2.87%
G = 23.92%
B = 73.21%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#063299 (or 0x063299) is known color: Smalt. HEX triplet: 06, 32 and 99. RGB value is (6,50,153). Sum of RGB (Red+Green+Blue) = 6+50+153=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 153 (60.16% from 255 or 73.21% from 209); Max value from RGB is 153 - color contains mainly: blue. Hex color #063299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063299 is #F9CD66. Grayscale: #303030. Windows color (decimal): -16371047 or 10039814. OLE color: 10039814.

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

Color convert

RGB 6 50 153 -
CMYK 0.96 0.67 0 0.4
HSL 222.04º 0.92% 0.31% -
HSV(B) 222.04º 0.96% 0.6% -
XYZ 6.97 4.62 30.66 -
YUV 48.59 186.92 97.62 -
System Red Green Blue C M Y K H S L
Decimal 6 50 153 0.96 0.67 0 0.4 222.04 0.92 0.31
Hex 6 32 99 60 43 0 28 DE 5C 1F
Octal 6 62 231 140 103 0 50 336 134 37
Binary 110 110010 10011001 1100000 1000011 0 101000 11011110 1011100 11111

Color Harmonies of #063299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063299

Black with #063299

Text Example


Text Example

White with #063299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063299; }

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

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

background-color css

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

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

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

border-color css

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

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

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