Html Css Color HEX #063097 Smalt

📋 copy color: '#063097'

red 6 ◦ green 48 ◦ blue 151

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

Shades of Smalt #063097

Tints of Smalt #063097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 73.66%

R = 2.93%
G = 23.41%
B = 73.66%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063097 (or 0x063097) is known color: Smalt. HEX triplet: 06, 30 and 97. RGB value is (6,48,151). Sum of RGB (Red+Green+Blue) = 6+48+151=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #063097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063097 is #F9CF68. Grayscale: #2E2E2E. Windows color (decimal): -16371561 or 9908230. OLE color: 9908230.

HSL color Cylindrical-coordinate representation of color #063097: hue angle of 222.62º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063097 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 48 151 -
CMYK 0.96 0.68 0 0.41
HSL 222.62º 0.92% 0.31% -
HSV(B) 222.62º 0.96% 0.59% -
XYZ 6.72 4.39 29.77 -
YUV 47.18 186.59 98.62 -
System Red Green Blue C M Y K H S L
Decimal 6 48 151 0.96 0.68 0 0.41 222.62 0.92 0.31
Hex 6 30 97 60 44 0 29 DF 5C 1F
Octal 6 60 227 140 104 0 51 337 134 37
Binary 110 110000 10010111 1100000 1000100 0 101001 11011111 1011100 11111

Color Harmonies of #063097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063097

Black with #063097

Text Example


Text Example

White with #063097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063097; }

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

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

background-color css

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

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

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

border-color css

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

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

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