Html Css Color HEX #06218F Smalt

📋 copy color: '#06218F'

red 6 ◦ green 33 ◦ blue 143

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

Shades of Smalt #06218F

Tints of Smalt #06218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.13%

 BLUE value IS 143 (56.25% from 255) = 78.57%

R = 3.3%
G = 18.13%
B = 78.57%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06218F (or 0x06218F) is known color: Smalt. HEX triplet: 06, 21 and 8F. RGB value is (6,33,143). Sum of RGB (Red+Green+Blue) = 6+33+143=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 143 (56.25% from 255 or 78.57% from 182); Max value from RGB is 143 - color contains mainly: blue. Hex color #06218F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06218F is #F9DE70. Grayscale: #252525. Windows color (decimal): -16375409 or 9380102. OLE color: 9380102.

HSL color Cylindrical-coordinate representation of color #06218F: hue angle of 228.18º 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 #06218F is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 33 143 -
CMYK 0.96 0.77 0 0.44
HSL 228.18º 0.92% 0.29% -
HSV(B) 228.18º 0.96% 0.56% -
XYZ 5.58 3.11 26.29 -
YUV 37.47 187.55 105.56 -
System Red Green Blue C M Y K H S L
Decimal 6 33 143 0.96 0.77 0 0.44 228.18 0.92 0.29
Hex 6 21 8F 60 4D 0 2C E4 5C 1D
Octal 6 41 217 140 115 0 54 344 134 35
Binary 110 100001 10001111 1100000 1001101 0 101100 11100100 1011100 11101

Color Harmonies of #06218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06218F

Black with #06218F

Text Example


Text Example

White with #06218F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06218F; }

 p { color: rgb(6,33,143); }

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

background-color css

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

 a { background-color: rgb(6,33,143); }

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

border-color css

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

 span { border-color: rgb(6,33,143); }

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