Html Css Color HEX #06419C Smalt

📋 copy color: '#06419C'

red 6 ◦ green 65 ◦ blue 156

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

Shades of Smalt #06419C

Tints of Smalt #06419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

 BLUE value IS 156 (61.33% from 255) = 68.72%

R = 2.64%
G = 28.63%
B = 68.72%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06419C (or 0x06419C) is known color: Smalt. HEX triplet: 06, 41 and 9C. RGB value is (6,65,156). Sum of RGB (Red+Green+Blue) = 6+65+156=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #06419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06419C is #F9BE63. Grayscale: #393939. Windows color (decimal): -16367204 or 10240262. OLE color: 10240262.

HSL color Cylindrical-coordinate representation of color #06419C: hue angle of 216.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06419C is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 65 156 -
CMYK 0.96 0.58 0 0.39
HSL 216.4º 0.93% 0.32% -
HSV(B) 216.4º 0.96% 0.61% -
XYZ 7.97 6.22 32.23 -
YUV 57.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 6 65 156 0.96 0.58 0 0.39 216.4 0.93 0.32
Hex 6 41 9C 60 3A 0 27 D8 5D 20
Octal 6 101 234 140 72 0 47 330 135 40
Binary 110 1000001 10011100 1100000 111010 0 100111 11011000 1011101 100000

Color Harmonies of #06419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06419C

Black with #06419C

Text Example


Text Example

White with #06419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06419C; }

 p { color: rgb(6,65,156); }

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

background-color css

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

 a { background-color: rgb(6,65,156); }

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

border-color css

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

 span { border-color: rgb(6,65,156); }

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