Html Css Color HEX #06298F Smalt

📋 copy color: '#06298F'

red 6 ◦ green 41 ◦ blue 143

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

Shades of Smalt #06298F

Tints of Smalt #06298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 3.16%
G = 21.58%
B = 75.26%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#06298F (or 0x06298F) is known color: Smalt. HEX triplet: 06, 29 and 8F. RGB value is (6,41,143). Sum of RGB (Red+Green+Blue) = 6+41+143=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 143 (56.25% from 255 or 75.26% from 190); Max value from RGB is 143 - color contains mainly: blue. Hex color #06298F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06298F is #F9D670. Grayscale: #292929. Windows color (decimal): -16373361 or 9382150. OLE color: 9382150.

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

Color convert

RGB 6 41 143 -
CMYK 0.96 0.71 0 0.44
HSL 224.67º 0.92% 0.29% -
HSV(B) 224.67º 0.96% 0.56% -
XYZ 5.83 3.61 26.38 -
YUV 42.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 6 41 143 0.96 0.71 0 0.44 224.67 0.92 0.29
Hex 6 29 8F 60 47 0 2C E1 5C 1D
Octal 6 51 217 140 107 0 54 341 134 35
Binary 110 101001 10001111 1100000 1000111 0 101100 11100001 1011100 11101

Color Harmonies of #06298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06298F

Black with #06298F

Text Example


Text Example

White with #06298F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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