#062898

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

Shades of Smalt #062898

Tints of Smalt #062898

Color information

#062898 (or 0x062898) is unknown color: approx Smalt. HEX triplet: 06, 28 and 98. RGB value is (6,40,152). Sum of RGB (Red+Green+Blue) = 6+40+152=198 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.03% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 152 (59.77% from 255 or 76.77% from 198); Max value from RGB is 152 - color contains mainly: blue. Hex color #062898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062898 is #F9D767. Grayscale: #2A2A2A. Windows color (decimal): -16373608 or 9971718. OLE color: 9971718.

HSL color Cylindrical-coordinate representation of color #062898: hue angle of 226.03º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062898 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB640152-
CMYK0.960.7400.40
HSL226.03º92.41%30.98%-
HSV(B)226.03º96.05%59.61%-
XYZ6.53.8230.1-
YUV42.6189.74101.89-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.03%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 152 (59.77% from 255) = 76.77%
R=3.03%
G=20.20%
B=76.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6401520.960.7400.40226.0392.4130.98
Hex62898604A028e25c1f
Octal65023014011205034213437
Binary1101010001001100011000001001010010100011100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062898; }

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

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

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

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

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

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

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

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