Html Css Color HEX #063489 Smalt

📋 copy color: '#063489'

red 6 ◦ green 52 ◦ blue 137

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

Shades of Smalt #063489

Tints of Smalt #063489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 137 (53.91% from 255) = 70.26%

R = 3.08%
G = 26.67%
B = 70.26%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#063489 (or 0x063489) is known color: Smalt. HEX triplet: 06, 34 and 89. RGB value is (6,52,137). Sum of RGB (Red+Green+Blue) = 6+52+137=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #063489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063489 is #F9CB76. Grayscale: #2F2F2F. Windows color (decimal): -16370551 or 8991750. OLE color: 8991750.

HSL color Cylindrical-coordinate representation of color #063489: hue angle of 218.93º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063489 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 52 137 -
CMYK 0.96 0.62 0 0.46
HSL 218.93º 0.92% 0.28% -
HSV(B) 218.93º 0.96% 0.54% -
XYZ 5.82 4.3 24.19 -
YUV 47.94 178.26 98.09 -
System Red Green Blue C M Y K H S L
Decimal 6 52 137 0.96 0.62 0 0.46 218.93 0.92 0.28
Hex 6 34 89 60 3E 0 2E DB 5C 1C
Octal 6 64 211 140 76 0 56 333 134 34
Binary 110 110100 10001001 1100000 111110 0 101110 11011011 1011100 11100

Color Harmonies of #063489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063489

Black with #063489

Text Example


Text Example

White with #063489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063489; }

 p { color: rgb(6,52,137); }

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

background-color css

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

 a { background-color: rgb(6,52,137); }

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

border-color css

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

 span { border-color: rgb(6,52,137); }

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