Html Css Color HEX #060AFB Blue

📋 copy color: '#060AFB'

red 6 ◦ green 10 ◦ blue 251

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

Shades of Blue #060AFB

Tints of Blue #060AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 94.01%

R = 2.25%
G = 3.75%
B = 94.01%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#060AFB (or 0x060AFB) is known color: Blue. HEX triplet: 06, 0A and FB. RGB value is (6,10,251). Sum of RGB (Red+Green+Blue) = 6+10+251=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 251 (98.44% from 255 or 94.01% from 267); Max value from RGB is 251 - color contains mainly: blue. Hex color #060AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060AFB is #F9F504. Grayscale: #232323. Windows color (decimal): -16381189 or 16452102. OLE color: 16452102.

HSL color Cylindrical-coordinate representation of color #060AFB: hue angle of 239.02º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060AFB is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 10 251 -
CMYK 0.98 0.96 0 0.02
HSL 239.02º 0.97% 0.5% -
HSV(B) 239.02º 0.98% 0.98% -
XYZ 17.6 7.22 91.73 -
YUV 36.28 249.17 106.4 -
System Red Green Blue C M Y K H S L
Decimal 6 10 251 0.98 0.96 0 0.02 239.02 0.97 0.5
Hex 6 A FB 62 60 0 2 EF 61 32
Octal 6 12 373 142 140 0 2 357 141 62
Binary 110 1010 11111011 1100010 1100000 0 10 11101111 1100001 110010

Color Harmonies of #060AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060AFB

Black with #060AFB

Text Example


Text Example

White with #060AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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