Html Css Color HEX #063C98 Smalt

📋 copy color: '#063C98'

red 6 ◦ green 60 ◦ blue 152

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

Shades of Smalt #063C98

Tints of Smalt #063C98

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.52%

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

R = 2.75%
G = 27.52%
B = 69.72%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#063C98 (or 0x063C98) is known color: Smalt. HEX triplet: 06, 3C and 98. RGB value is (6,60,152). Sum of RGB (Red+Green+Blue) = 6+60+152=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 152 (59.77% from 255 or 69.72% from 218); Max value from RGB is 152 - color contains mainly: blue. Hex color #063C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C98 is #F9C367. Grayscale: #353535. Windows color (decimal): -16368488 or 9976838. OLE color: 9976838.

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

Color convert

RGB 6 60 152 -
CMYK 0.96 0.61 0 0.40
HSL 217.81º 0.92% 0.31% -
HSV(B) 217.81º 0.96% 0.6% -
XYZ 7.36 5.54 30.39 -
YUV 54.34 183.11 93.52 -
System Red Green Blue C M Y K H S L
Decimal 6 60 152 0.96 0.61 0 0.40 217.81 0.92 0.31
Hex 6 3C 98 60 3D 0 28 DA 5C 1F
Octal 6 74 230 140 75 0 50 332 134 37
Binary 110 111100 10011000 1100000 111101 0 101000 11011010 1011100 11111

Color Harmonies of #063C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C98

Black with #063C98

Text Example


Text Example

White with #063C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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