Html Css Color HEX #061BFA Blue

📋 copy color: '#061BFA'

red 6 ◦ green 27 ◦ blue 250

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

Shades of Blue #061BFA

Tints of Blue #061BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.54%

 BLUE value IS 250 (98.05% from 255) = 88.34%

R = 2.12%
G = 9.54%
B = 88.34%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#061BFA (or 0x061BFA) is known color: Blue. HEX triplet: 06, 1B and FA. RGB value is (6,27,250). Sum of RGB (Red+Green+Blue) = 6+27+250=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #061BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061BFA is #F9E405. Grayscale: #2D2D2D. Windows color (decimal): -16376838 or 16390918. OLE color: 16390918.

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

Color convert

RGB 6 27 250 -
CMYK 0.98 0.89 0 0.02
HSL 234.84º 0.96% 0.5% -
HSV(B) 234.84º 0.98% 0.98% -
XYZ 17.72 7.72 91 -
YUV 46.14 243.04 99.37 -
System Red Green Blue C M Y K H S L
Decimal 6 27 250 0.98 0.89 0 0.02 234.84 0.96 0.5
Hex 6 1B FA 62 59 0 2 EB 60 32
Octal 6 33 372 142 131 0 2 353 140 62
Binary 110 11011 11111010 1100010 1011001 0 10 11101011 1100000 110010

Color Harmonies of #061BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BFA

Black with #061BFA

Text Example


Text Example

White with #061BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,250); }

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

background-color css

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

 a { background-color: rgb(6,27,250); }

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

border-color css

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

 span { border-color: rgb(6,27,250); }

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