Html Css Color HEX #061CFB Blue

📋 copy color: '#061CFB'

red 6 ◦ green 28 ◦ blue 251

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

Shades of Blue #061CFB

Tints of Blue #061CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

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

R = 2.11%
G = 9.82%
B = 88.07%

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

#061CFB (or 0x061CFB) is known color: Blue. HEX triplet: 06, 1C and FB. RGB value is (6,28,251). Sum of RGB (Red+Green+Blue) = 6+28+251=285 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.11% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 251 (98.44% from 255 or 88.07% from 285); Max value from RGB is 251 - color contains mainly: blue. Hex color #061CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CFB is #F9E304. Grayscale: #2D2D2D. Windows color (decimal): -16376581 or 16456710. OLE color: 16456710.

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

Color convert

RGB 6 28 251 -
CMYK 0.98 0.89 0 0.02
HSL 234.61º 0.97% 0.5% -
HSV(B) 234.61º 0.98% 0.98% -
XYZ 17.9 7.83 91.84 -
YUV 46.84 243.21 98.87 -
System Red Green Blue C M Y K H S L
Decimal 6 28 251 0.98 0.89 0 0.02 234.61 0.97 0.5
Hex 6 1C FB 62 59 0 2 EB 61 32
Octal 6 34 373 142 131 0 2 353 141 62
Binary 110 11100 11111011 1100010 1011001 0 10 11101011 1100001 110010

Color Harmonies of #061CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CFB

Black with #061CFB

Text Example


Text Example

White with #061CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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