Html Css Color HEX #061CF9 Blue

📋 copy color: '#061CF9'

red 6 ◦ green 28 ◦ blue 249

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

Shades of Blue #061CF9

Tints of Blue #061CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 87.99%

R = 2.12%
G = 9.89%
B = 87.99%

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

#061CF9 (or 0x061CF9) is known color: Blue. HEX triplet: 06, 1C and F9. RGB value is (6,28,249). Sum of RGB (Red+Green+Blue) = 6+28+249=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 249 (97.66% from 255 or 87.99% from 283); Max value from RGB is 249 - color contains mainly: blue. Hex color #061CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF9 is #F9E306. Grayscale: #2D2D2D. Windows color (decimal): -16376583 or 16325638. OLE color: 16325638.

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

Color convert

RGB 6 28 249 -
CMYK 0.98 0.89 0 0.02
HSL 234.57º 0.95% 0.5% -
HSV(B) 234.57º 0.98% 0.98% -
XYZ 17.59 7.71 90.18 -
YUV 46.62 242.21 99.03 -
System Red Green Blue C M Y K H S L
Decimal 6 28 249 0.98 0.89 0 0.02 234.57 0.95 0.5
Hex 6 1C F9 62 59 0 2 EB 5F 32
Octal 6 34 371 142 131 0 2 353 137 62
Binary 110 11100 11111001 1100010 1011001 0 10 11101011 1011111 110010

Color Harmonies of #061CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CF9

Black with #061CF9

Text Example


Text Example

White with #061CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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