Html Css Color HEX #061BCE Medium Blue

📋 copy color: '#061BCE'

red 6 ◦ green 27 ◦ blue 206

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

Shades of Medium Blue #061BCE

Tints of Medium Blue #061BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.3%

 BLUE value IS 206 (80.86% from 255) = 86.19%

R = 2.51%
G = 11.3%
B = 86.19%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#061BCE (or 0x061BCE) is known color: Medium Blue. HEX triplet: 06, 1B and CE. RGB value is (6,27,206). Sum of RGB (Red+Green+Blue) = 6+27+206=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #061BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BCE is #F9E431. Grayscale: #282828. Windows color (decimal): -16376882 or 13507334. OLE color: 13507334.

HSL color Cylindrical-coordinate representation of color #061BCE: hue angle of 233.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BCE is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 27 206 -
CMYK 0.97 0.87 0 0.19
HSL 233.7º 0.94% 0.42% -
HSV(B) 233.7º 0.97% 0.81% -
XYZ 11.61 5.28 58.8 -
YUV 41.13 221.04 102.95 -
System Red Green Blue C M Y K H S L
Decimal 6 27 206 0.97 0.87 0 0.19 233.7 0.94 0.42
Hex 6 1B CE 61 57 0 13 EA 5E 2A
Octal 6 33 316 141 127 0 23 352 136 52
Binary 110 11011 11001110 1100001 1010111 0 10011 11101010 1011110 101010

Color Harmonies of #061BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BCE

Black with #061BCE

Text Example


Text Example

White with #061BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,206); }

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

background-color css

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

 a { background-color: rgb(6,27,206); }

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

border-color css

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

 span { border-color: rgb(6,27,206); }

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