Html Css Color HEX #061CF4 Blue

📋 copy color: '#061CF4'

red 6 ◦ green 28 ◦ blue 244

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

Shades of Blue #061CF4

Tints of Blue #061CF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 87.77%

R = 2.16%
G = 10.07%
B = 87.77%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#061CF4 (or 0x061CF4) is known color: Blue. HEX triplet: 06, 1C and F4. RGB value is (6,28,244). Sum of RGB (Red+Green+Blue) = 6+28+244=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 244 (95.70% from 255 or 87.77% from 278); Max value from RGB is 244 - color contains mainly: blue. Hex color #061CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CF4 is #F9E30B. Grayscale: #2D2D2D. Windows color (decimal): -16376588 or 15997958. OLE color: 15997958.

HSL color Cylindrical-coordinate representation of color #061CF4: hue angle of 234.45º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061CF4 is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 28 244 -
CMYK 0.98 0.89 0 0.04
HSL 234.45º 0.95% 0.49% -
HSV(B) 234.45º 0.98% 0.96% -
XYZ 16.82 7.4 86.13 -
YUV 46.05 239.71 99.44 -
System Red Green Blue C M Y K H S L
Decimal 6 28 244 0.98 0.89 0 0.04 234.45 0.95 0.49
Hex 6 1C F4 62 59 0 4 EA 5F 31
Octal 6 34 364 142 131 0 4 352 137 61
Binary 110 11100 11110100 1100010 1011001 0 100 11101010 1011111 110001

Color Harmonies of #061CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CF4

Black with #061CF4

Text Example


Text Example

White with #061CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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