Html Css Color HEX #063E8E Smalt

📋 copy color: '#063E8E'

red 6 ◦ green 62 ◦ blue 142

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

Shades of Smalt #063E8E

Tints of Smalt #063E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 142 (55.86% from 255) = 67.62%

R = 2.86%
G = 29.52%
B = 67.62%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#063E8E (or 0x063E8E) is known color: Smalt. HEX triplet: 06, 3E and 8E. RGB value is (6,62,142). Sum of RGB (Red+Green+Blue) = 6+62+142=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 142 (55.86% from 255 or 67.62% from 210); Max value from RGB is 142 - color contains mainly: blue. Hex color #063E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E8E is #F9C171. Grayscale: #353535. Windows color (decimal): -16367986 or 9321990. OLE color: 9321990.

HSL color Cylindrical-coordinate representation of color #063E8E: hue angle of 215.29º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E8E is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 62 142 -
CMYK 0.96 0.56 0 0.44
HSL 215.29º 0.92% 0.29% -
HSV(B) 215.29º 0.96% 0.56% -
XYZ 6.68 5.44 26.29 -
YUV 54.38 177.45 93.5 -
System Red Green Blue C M Y K H S L
Decimal 6 62 142 0.96 0.56 0 0.44 215.29 0.92 0.29
Hex 6 3E 8E 60 38 0 2C D7 5C 1D
Octal 6 76 216 140 70 0 54 327 134 35
Binary 110 111110 10001110 1100000 111000 0 101100 11010111 1011100 11101

Color Harmonies of #063E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E8E

Black with #063E8E

Text Example


Text Example

White with #063E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063E8E; }

 p { color: rgb(6,62,142); }

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

background-color css

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

 a { background-color: rgb(6,62,142); }

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

border-color css

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

 span { border-color: rgb(6,62,142); }

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