#06308D

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

Shades of Smalt #06308D

Tints of Smalt #06308D

Color information

#06308D (or 0x06308D) is unknown color: approx Smalt. HEX triplet: 06, 30 and 8D. RGB value is (6,48,141). Sum of RGB (Red+Green+Blue) = 6+48+141=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 141 (55.47% from 255 or 72.31% from 195); Max value from RGB is 141 - color contains mainly: blue. Hex color #06308D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06308D is #F9CF72. Grayscale: #2D2D2D. Windows color (decimal): -16371571 or 9252870. OLE color: 9252870.

HSL color Cylindrical-coordinate representation of color #06308D: hue angle of 221.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06308D is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB648141-
CMYK0.960.6600.45
HSL221.33º91.84%28.82%-
HSV(B)221.33º95.74%55.29%-
XYZ5.944.0825.67-
YUV46.04181.5999.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 141 (55.47% from 255) = 72.31%
R=3.08%
G=24.62%
B=72.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6481410.960.6600.45221.3391.8428.82
Hex6308D604202Ddd5c1d
Octal66021514010205533513435
Binary1101100001000110111000001000010010110111011101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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