#06308A

Color #06308A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #06308A

Tints of Smalt #06308A

Color information

#06308A (or 0x06308A) is unknown color: approx Smalt. HEX triplet: 06, 30 and 8A. RGB value is (6,48,138). Sum of RGB (Red+Green+Blue) = 6+48+138=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #06308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06308A is #F9CF75. Grayscale: #2D2D2D. Windows color (decimal): -16371574 or 9056262. OLE color: 9056262.

HSL color Cylindrical-coordinate representation of color #06308A: hue angle of 220.91º 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 #06308A is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB648138-
CMYK0.960.6500.46
HSL220.91º91.67%28.24%-
HSV(B)220.91º95.65%54.12%-
XYZ5.723.9924.51-
YUV45.7180.0999.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 48 (19.14% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 71.88%
R=3.12%
G=25%
B=71.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6481380.960.6500.46220.9191.6728.24
Hex6308A604102Edd5c1c
Octal66021214010105633513434
Binary1101100001000101011000001000001010111011011101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06308A; }

 p { color: rgb(6,48,138); }

 H1.HeaderClassName
 {
   color: #06308A;
 }
 .AnyTagClassName
 {
   color: #06308A;
 }
</style>
background-color css

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

 a { background-color: rgb(6,48,138); }

 div.DivClassName
 {
   background-color: #06308A;
 }
 .BgClassName
 {
   background-color: #06308A;
 }
</style>
border-color css

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

 span { border-color: rgb(6,48,138); }

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