Html Css Color HEX #061AFB Blue

📋 copy color: '#061AFB'

red 6 ◦ green 26 ◦ blue 251

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

Shades of Blue #061AFB

Tints of Blue #061AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

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

R = 2.12%
G = 9.19%
B = 88.69%

CMYK

 C value IS 0.98

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#061AFB (or 0x061AFB) is known color: Blue. HEX triplet: 06, 1A and FB. RGB value is (6,26,251). Sum of RGB (Red+Green+Blue) = 6+26+251=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #061AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061AFB is #F9E504. Grayscale: #2C2C2C. Windows color (decimal): -16377093 or 16456198. OLE color: 16456198.

HSL color Cylindrical-coordinate representation of color #061AFB: hue angle of 235.1º 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 #061AFB is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 26 251 -
CMYK 0.98 0.90 0 0.02
HSL 235.1º 0.97% 0.5% -
HSV(B) 235.1º 0.98% 0.98% -
XYZ 17.86 7.74 91.82 -
YUV 45.67 243.87 99.7 -
System Red Green Blue C M Y K H S L
Decimal 6 26 251 0.98 0.90 0 0.02 235.1 0.97 0.5
Hex 6 1A FB 62 5A 0 2 EB 61 32
Octal 6 32 373 142 132 0 2 353 141 62
Binary 110 11010 11111011 1100010 1011010 0 10 11101011 1100001 110010

Color Harmonies of #061AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061AFB

Black with #061AFB

Text Example


Text Example

White with #061AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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