Html Css Color HEX #063399 Smalt

📋 copy color: '#063399'

red 6 ◦ green 51 ◦ blue 153

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

Shades of Smalt #063399

Tints of Smalt #063399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.29%

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

R = 2.86%
G = 24.29%
B = 72.86%

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

#063399 (or 0x063399) is known color: Smalt. HEX triplet: 06, 33 and 99. RGB value is (6,51,153). Sum of RGB (Red+Green+Blue) = 6+51+153=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #063399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063399 is #F9CC66. Grayscale: #303030. Windows color (decimal): -16370791 or 10040070. OLE color: 10040070.

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

Color convert

RGB 6 51 153 -
CMYK 0.96 0.67 0 0.4
HSL 221.63º 0.92% 0.31% -
HSV(B) 221.63º 0.96% 0.6% -
XYZ 7.01 4.71 30.68 -
YUV 49.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 6 51 153 0.96 0.67 0 0.4 221.63 0.92 0.31
Hex 6 33 99 60 43 0 28 DE 5C 1F
Octal 6 63 231 140 103 0 50 336 134 37
Binary 110 110011 10011001 1100000 1000011 0 101000 11011110 1011100 11111

Color Harmonies of #063399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063399

Black with #063399

Text Example


Text Example

White with #063399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063399; }

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

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

background-color css

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

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

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

border-color css

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

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

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