Html Css Color HEX #061CFF Blue

📋 copy color: '#061CFF'

red 6 ◦ green 28 ◦ blue 255

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

Shades of Blue #061CFF

Tints of Blue #061CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 88.24%

R = 2.08%
G = 9.69%
B = 88.24%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#061CFF (or 0x061CFF) is known color: Blue. HEX triplet: 06, 1C and FF. RGB value is (6,28,255). Sum of RGB (Red+Green+Blue) = 6+28+255=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #061CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CFF is #F9E300. Grayscale: #2E2E2E. Windows color (decimal): -16376577 or 16718854. OLE color: 16718854.

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

Color convert

RGB 6 28 255 -
CMYK 0.98 0.89 0 0
HSL 234.7º 1% 0.51% -
HSV(B) 234.7º 0.98% 1% -
XYZ 18.54 8.09 95.19 -
YUV 47.3 245.21 98.54 -
System Red Green Blue C M Y K H S L
Decimal 6 28 255 0.98 0.89 0 0 234.7 1 0.51
Hex 6 1C FF 62 59 0 0 EB 64 33
Octal 6 34 377 142 131 0 0 353 144 63
Binary 110 11100 11111111 1100010 1011001 0 0 11101011 1100100 110011

Color Harmonies of #061CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CFF

Black with #061CFF

Text Example


Text Example

White with #061CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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