Html Css Color HEX #061CFE Blue

📋 copy color: '#061CFE'

red 6 ◦ green 28 ◦ blue 254

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

Shades of Blue #061CFE

Tints of Blue #061CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 88.19%

R = 2.08%
G = 9.72%
B = 88.19%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#061CFE (or 0x061CFE) is known color: Blue. HEX triplet: 06, 1C and FE. RGB value is (6,28,254). Sum of RGB (Red+Green+Blue) = 6+28+254=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 254 (99.61% from 255 or 88.19% from 288); Max value from RGB is 254 - color contains mainly: blue. Hex color #061CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CFE is #F9E301. Grayscale: #2E2E2E. Windows color (decimal): -16376578 or 16653318. OLE color: 16653318.

HSL color Cylindrical-coordinate representation of color #061CFE: hue angle of 234.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #061CFE is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 28 254 -
CMYK 0.98 0.89 0 0.00
HSL 234.68º 0.99% 0.51% -
HSV(B) 234.68º 0.98% 1% -
XYZ 18.38 8.02 94.35 -
YUV 47.19 244.71 98.62 -
System Red Green Blue C M Y K H S L
Decimal 6 28 254 0.98 0.89 0 0.00 234.68 0.99 0.51
Hex 6 1C FE 62 59 0 0 EB 63 33
Octal 6 34 376 142 131 0 0 353 143 63
Binary 110 11100 11111110 1100010 1011001 0 0 11101011 1100011 110011

Color Harmonies of #061CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CFE

Black with #061CFE

Text Example


Text Example

White with #061CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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