#060AE8

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

Shades of Blue #060AE8

Tints of Blue #060AE8

Color information

#060AE8 (or 0x060AE8) is unknown color: approx Blue. HEX triplet: 06, 0A and E8. RGB value is (6,10,232). Sum of RGB (Red+Green+Blue) = 6+10+232=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 232 (91.02% from 255 or 93.55% from 248); Max value from RGB is 232 - color contains mainly: blue. Hex color #060AE8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060AE8 is #F9F517. Grayscale: #212121. Windows color (decimal): -16381208 or 15206918. OLE color: 15206918.

HSL color Cylindrical-coordinate representation of color #060AE8: hue angle of 238.94º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060AE8 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB610232-
CMYK0.970.9600.09
HSL238.94º94.96%46.67%-
HSV(B)238.94º97.41%90.98%-
XYZ14.756.0876.74-
YUV34.11239.67107.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 232 (91.02% from 255) = 93.55%
R=2.42%
G=4.03%
B=93.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6102320.970.9600.09238.9494.9646.67
Hex6AE8616009ef5f2f
Octal61235014114001135713757
Binary1101010111010001100001110000001001111011111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060AE8; }

 p { color: rgb(6,10,232); }

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

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

 a { background-color: rgb(6,10,232); }

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

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

 span { border-color: rgb(6,10,232); }

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