Html Css Color HEX #063397 Smalt

📋 copy color: '#063397'

red 6 ◦ green 51 ◦ blue 151

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

Shades of Smalt #063397

Tints of Smalt #063397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 2.88%
G = 24.52%
B = 72.6%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#063397 (or 0x063397) is known color: Smalt. HEX triplet: 06, 33 and 97. RGB value is (6,51,151). Sum of RGB (Red+Green+Blue) = 6+51+151=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 151 (59.38% from 255 or 72.60% from 208); Max value from RGB is 151 - color contains mainly: blue. Hex color #063397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063397 is #F9CC68. Grayscale: #303030. Windows color (decimal): -16370793 or 9908998. OLE color: 9908998.

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

Color convert

RGB 6 51 151 -
CMYK 0.96 0.66 0 0.41
HSL 221.38º 0.92% 0.31% -
HSV(B) 221.38º 0.96% 0.59% -
XYZ 6.84 4.64 29.81 -
YUV 48.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 6 51 151 0.96 0.66 0 0.41 221.38 0.92 0.31
Hex 6 33 97 60 42 0 29 DD 5C 1F
Octal 6 63 227 140 102 0 51 335 134 37
Binary 110 110011 10010111 1100000 1000010 0 101001 11011101 1011100 11111

Color Harmonies of #063397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063397

Black with #063397

Text Example


Text Example

White with #063397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063397; }

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

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

background-color css

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

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

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

border-color css

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

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

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