Html Css Color HEX #063098 Smalt

📋 copy color: '#063098'

red 6 ◦ green 48 ◦ blue 152

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

Shades of Smalt #063098

Tints of Smalt #063098

RGB

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

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

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

R = 2.91%
G = 23.3%
B = 73.79%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#063098 (or 0x063098) is known color: Smalt. HEX triplet: 06, 30 and 98. RGB value is (6,48,152). Sum of RGB (Red+Green+Blue) = 6+48+152=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 152 (59.77% from 255 or 73.79% from 206); Max value from RGB is 152 - color contains mainly: blue. Hex color #063098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063098 is #F9CF67. Grayscale: #2E2E2E. Windows color (decimal): -16371560 or 9973766. OLE color: 9973766.

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

Color convert

RGB 6 48 152 -
CMYK 0.96 0.68 0 0.40
HSL 222.74º 0.92% 0.31% -
HSV(B) 222.74º 0.96% 0.6% -
XYZ 6.8 4.42 30.2 -
YUV 47.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 6 48 152 0.96 0.68 0 0.40 222.74 0.92 0.31
Hex 6 30 98 60 44 0 28 DF 5C 1F
Octal 6 60 230 140 104 0 50 337 134 37
Binary 110 110000 10011000 1100000 1000100 0 101000 11011111 1011100 11111

Color Harmonies of #063098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063098

Black with #063098

Text Example


Text Example

White with #063098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063098; }

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

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

background-color css

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

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

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

border-color css

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

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

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