Html Css Color HEX #063998 Smalt

📋 copy color: '#063998'

red 6 ◦ green 57 ◦ blue 152

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

Shades of Smalt #063998

Tints of Smalt #063998

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 2.79%
G = 26.51%
B = 70.7%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#063998 (or 0x063998) is known color: Smalt. HEX triplet: 06, 39 and 98. RGB value is (6,57,152). Sum of RGB (Red+Green+Blue) = 6+57+152=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #063998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063998 is #F9C667. Grayscale: #343434. Windows color (decimal): -16369256 or 9976070. OLE color: 9976070.

HSL color Cylindrical-coordinate representation of color #063998: hue angle of 219.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 #063998 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 57 152 -
CMYK 0.96 0.62 0 0.40
HSL 219.04º 0.92% 0.31% -
HSV(B) 219.04º 0.96% 0.6% -
XYZ 7.21 5.23 30.34 -
YUV 52.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 6 57 152 0.96 0.62 0 0.40 219.04 0.92 0.31
Hex 6 39 98 60 3E 0 28 DB 5C 1F
Octal 6 71 230 140 76 0 50 333 134 37
Binary 110 111001 10011000 1100000 111110 0 101000 11011011 1011100 11111

Color Harmonies of #063998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063998

Black with #063998

Text Example


Text Example

White with #063998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063998; }

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

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

background-color css

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

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

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

border-color css

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

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

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