#06308E

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

Shades of Smalt #06308E

Tints of Smalt #06308E

Color information

#06308E (or 0x06308E) is unknown color: approx Smalt. HEX triplet: 06, 30 and 8E. RGB value is (6,48,142). Sum of RGB (Red+Green+Blue) = 6+48+142=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 142 (55.86% from 255 or 72.45% from 196); Max value from RGB is 142 - color contains mainly: blue. Hex color #06308E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06308E is #F9CF71. Grayscale: #2D2D2D. Windows color (decimal): -16371570 or 9318406. OLE color: 9318406.

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

Color convert

RGB648142-
CMYK0.960.6600.44
HSL221.47º91.89%29.02%-
HSV(B)221.47º95.77%55.69%-
XYZ6.014.1126.07-
YUV46.16182.0999.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.06%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 142 (55.86% from 255) = 72.45%
R=3.06%
G=24.49%
B=72.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6481420.960.6600.44221.4791.8929.02
Hex6308E604202Cdd5c1d
Octal66021614010205433513435
Binary1101100001000111011000001000010010110011011101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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