#062295

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

Shades of Smalt #062295

Tints of Smalt #062295

Color information

#062295 (or 0x062295) is unknown color: approx Smalt. HEX triplet: 06, 22 and 95. RGB value is (6,34,149). Sum of RGB (Red+Green+Blue) = 6+34+149=189 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.17% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #062295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062295 is #F9DD6A. Grayscale: #262626. Windows color (decimal): -16375147 or 9773574. OLE color: 9773574.

HSL color Cylindrical-coordinate representation of color #062295: hue angle of 228.25º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062295 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB634149-
CMYK0.960.7700.42
HSL228.25º92.26%30.39%-
HSV(B)228.25º95.97%58.43%-
XYZ6.073.3528.76-
YUV38.74190.22104.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.17%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 149 (58.59% from 255) = 78.84%
R=3.17%
G=17.99%
B=78.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6341490.960.7700.42228.2592.2630.39
Hex62295604D02Ae45c1e
Octal64222514011505234413436
Binary1101000101001010111000001001101010101011100100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062295; }

 p { color: rgb(6,34,149); }

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

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

 a { background-color: rgb(6,34,149); }

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

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

 span { border-color: rgb(6,34,149); }

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