Html Css Color HEX #063099 Smalt

📋 copy color: '#063099'

red 6 ◦ green 48 ◦ blue 153

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

Shades of Smalt #063099

Tints of Smalt #063099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

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

R = 2.9%
G = 23.19%
B = 73.91%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#063099 (or 0x063099) is known color: Smalt. HEX triplet: 06, 30 and 99. RGB value is (6,48,153). Sum of RGB (Red+Green+Blue) = 6+48+153=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 153 (60.16% from 255 or 73.91% from 207); Max value from RGB is 153 - color contains mainly: blue. Hex color #063099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063099 is #F9CF66. Grayscale: #2E2E2E. Windows color (decimal): -16371559 or 10039302. OLE color: 10039302.

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

Color convert

RGB 6 48 153 -
CMYK 0.96 0.69 0 0.4
HSL 222.86º 0.92% 0.31% -
HSV(B) 222.86º 0.96% 0.6% -
XYZ 6.88 4.45 30.63 -
YUV 47.41 187.59 98.46 -
System Red Green Blue C M Y K H S L
Decimal 6 48 153 0.96 0.69 0 0.4 222.86 0.92 0.31
Hex 6 30 99 60 45 0 28 DF 5C 1F
Octal 6 60 231 140 105 0 50 337 134 37
Binary 110 110000 10011001 1100000 1000101 0 101000 11011111 1011100 11111

Color Harmonies of #063099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063099

Black with #063099

Text Example


Text Example

White with #063099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063099; }

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

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

background-color css

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

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

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

border-color css

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

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

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