Html Css Color HEX #060AF5 Blue

📋 copy color: '#060AF5'

red 6 ◦ green 10 ◦ blue 245

#060AF5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #060AF5

Tints of Blue #060AF5

RGB

 RED value IS 6 (2.73% from 255) = 2.3%

 GREEN value IS 10 (4.3% from 255) = 3.83%

 BLUE value IS 245 (96.09% from 255) = 93.87%

R = 2.3%
G = 3.83%
B = 93.87%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#060AF5 (or 0x060AF5) is known color: Blue. HEX triplet: 06, 0A and F5. RGB value is (6,10,245). Sum of RGB (Red+Green+Blue) = 6+10+245=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 245 (96.09% from 255 or 93.87% from 261); Max value from RGB is 245 - color contains mainly: blue. Hex color #060AF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060AF5 is #F9F50A. Grayscale: #222222. Windows color (decimal): -16381195 or 16058886. OLE color: 16058886.

HSL color Cylindrical-coordinate representation of color #060AF5: hue angle of 239º 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 #060AF5 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 10 245 -
CMYK 0.98 0.96 0 0.04
HSL 239º 0.95% 0.49% -
HSV(B) 239º 0.98% 0.96% -
XYZ 16.67 6.85 86.83 -
YUV 35.59 246.17 106.89 -
System Red Green Blue C M Y K H S L
Decimal 6 10 245 0.98 0.96 0 0.04 239 0.95 0.49
Hex 6 A F5 62 60 0 4 EF 5F 31
Octal 6 12 365 142 140 0 4 357 137 61
Binary 110 1010 11110101 1100010 1100000 0 100 11101111 1011111 110001

Color Harmonies of #060AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060AF5

Black with #060AF5

Text Example


Text Example

White with #060AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #060AF5;
 }
 .AnyTagClassName
 {
   color: #060AF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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