#06289B

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

Shades of Smalt #06289B

Tints of Smalt #06289B

Color information

#06289B (or 0x06289B) is unknown color: approx Smalt. HEX triplet: 06, 28 and 9B. RGB value is (6,40,155). Sum of RGB (Red+Green+Blue) = 6+40+155=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #06289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06289B is #F9D764. Grayscale: #2A2A2A. Windows color (decimal): -16373605 or 10168326. OLE color: 10168326.

HSL color Cylindrical-coordinate representation of color #06289B: hue angle of 226.31º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06289B is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB640155-
CMYK0.960.7400.39
HSL226.31º92.55%31.57%-
HSV(B)226.31º96.13%60.78%-
XYZ6.753.9231.41-
YUV42.94191.24101.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 40 (16.02% from 255) = 19.90%
BLUE value IS 155 (60.94% from 255) = 77.11%
R=2.99%
G=19.90%
B=77.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6401550.960.7400.39226.3192.5531.57
Hex6289B604A027e25d20
Octal65023314011204734213540
Binary11010100010011011110000010010100100111111000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06289B; }

 p { color: rgb(6,40,155); }

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

<style>
 a { background-color: #06289B; }

 a { background-color: rgb(6,40,155); }

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

<style>
 span { border-color: #06289B; }

 span { border-color: rgb(6,40,155); }

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