#060EF6

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

Shades of Blue #060EF6

Tints of Blue #060EF6

Color information

#060EF6 (or 0x060EF6) is unknown color: approx Blue. HEX triplet: 06, 0E and F6. RGB value is (6,14,246). Sum of RGB (Red+Green+Blue) = 6+14+246=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 246 (96.48% from 255 or 92.48% from 266); Max value from RGB is 246 - color contains mainly: blue. Hex color #060EF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060EF6 is #F9F109. Grayscale: #252525. Windows color (decimal): -16380170 or 16125446. OLE color: 16125446.

HSL color Cylindrical-coordinate representation of color #060EF6: hue angle of 238º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060EF6 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB614246-
CMYK0.980.9400.04
HSL238º95.24%49.41%-
HSV(B)238º97.56%96.47%-
XYZ16.877.0187.65-
YUV38.06245.35105.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.26%
GREEN value IS 14 (5.86% from 255) = 5.26%
BLUE value IS 246 (96.48% from 255) = 92.48%
R=2.26%
G=5.26%
B=92.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal6142460.980.9400.0423895.2449.41
Hex6EF6625E04ee5f31
Octal6163661421360435613761
Binary110111011110110110001010111100100111011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,14,246); }

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

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

 a { background-color: rgb(6,14,246); }

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

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

 span { border-color: rgb(6,14,246); }

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