Html Css Color HEX #063598 Smalt

📋 copy color: '#063598'

red 6 ◦ green 53 ◦ blue 152

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

Shades of Smalt #063598

Tints of Smalt #063598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

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

R = 2.84%
G = 25.12%
B = 72.04%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#063598 (or 0x063598) is known color: Smalt. HEX triplet: 06, 35 and 98. RGB value is (6,53,152). Sum of RGB (Red+Green+Blue) = 6+53+152=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #063598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063598 is #F9CA67. Grayscale: #313131. Windows color (decimal): -16370280 or 9975046. OLE color: 9975046.

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

Color convert

RGB 6 53 152 -
CMYK 0.96 0.65 0 0.40
HSL 220.68º 0.92% 0.31% -
HSV(B) 220.68º 0.96% 0.6% -
XYZ 7.02 4.85 30.27 -
YUV 50.23 185.43 96.45 -
System Red Green Blue C M Y K H S L
Decimal 6 53 152 0.96 0.65 0 0.40 220.68 0.92 0.31
Hex 6 35 98 60 41 0 28 DD 5C 1F
Octal 6 65 230 140 101 0 50 335 134 37
Binary 110 110101 10011000 1100000 1000001 0 101000 11011101 1011100 11111

Color Harmonies of #063598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063598

Black with #063598

Text Example


Text Example

White with #063598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063598; }

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

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

background-color css

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

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

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

border-color css

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

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

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