Html Css Color HEX #061CEF Blue

📋 copy color: '#061CEF'

red 6 ◦ green 28 ◦ blue 239

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

Shades of Blue #061CEF

Tints of Blue #061CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 87.55%

R = 2.2%
G = 10.26%
B = 87.55%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#061CEF (or 0x061CEF) is known color: Blue. HEX triplet: 06, 1C and EF. RGB value is (6,28,239). Sum of RGB (Red+Green+Blue) = 6+28+239=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #061CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #061CEF is #F9E310. Grayscale: #2C2C2C. Windows color (decimal): -16376593 or 15670278. OLE color: 15670278.

HSL color Cylindrical-coordinate representation of color #061CEF: hue angle of 234.33º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061CEF is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 28 239 -
CMYK 0.97 0.88 0 0.06
HSL 234.33º 0.95% 0.48% -
HSV(B) 234.33º 0.97% 0.94% -
XYZ 16.07 7.1 82.19 -
YUV 45.48 237.21 99.84 -
System Red Green Blue C M Y K H S L
Decimal 6 28 239 0.97 0.88 0 0.06 234.33 0.95 0.48
Hex 6 1C EF 61 58 0 6 EA 5F 30
Octal 6 34 357 141 130 0 6 352 137 60
Binary 110 11100 11101111 1100001 1011000 0 110 11101010 1011111 110000

Color Harmonies of #061CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CEF

Black with #061CEF

Text Example


Text Example

White with #061CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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