Html Css Color HEX #0611BE Medium Blue

📋 copy color: '#0611BE'

red 6 ◦ green 17 ◦ blue 190

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

Shades of Medium Blue #0611BE

Tints of Medium Blue #0611BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 190 (74.61% from 255) = 89.2%

R = 2.82%
G = 7.98%
B = 89.2%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0611BE (or 0x0611BE) is known color: Medium Blue. HEX triplet: 06, 11 and BE. RGB value is (6,17,190). Sum of RGB (Red+Green+Blue) = 6+17+190=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 190 (74.61% from 255 or 89.20% from 213); Max value from RGB is 190 - color contains mainly: blue. Hex color #0611BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0611BE is #F9EE41. Grayscale: #202020. Windows color (decimal): -16379458 or 12456198. OLE color: 12456198.

HSL color Cylindrical-coordinate representation of color #0611BE: hue angle of 236.41º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0611BE is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 17 190 -
CMYK 0.97 0.91 0 0.25
HSL 236.41º 0.94% 0.38% -
HSV(B) 236.41º 0.97% 0.75% -
XYZ 9.57 4.16 49.01 -
YUV 33.43 216.36 108.43 -
System Red Green Blue C M Y K H S L
Decimal 6 17 190 0.97 0.91 0 0.25 236.41 0.94 0.38
Hex 6 11 BE 61 5B 0 19 EC 5E 26
Octal 6 21 276 141 133 0 31 354 136 46
Binary 110 10001 10111110 1100001 1011011 0 11001 11101100 1011110 100110

Color Harmonies of #0611BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0611BE

Black with #0611BE

Text Example


Text Example

White with #0611BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0611BE; }

 p { color: rgb(6,17,190); }

 H1.HeaderClassName
 {
   color: #0611BE;
 }
 .AnyTagClassName
 {
   color: #0611BE;
 }
</style>

background-color css

<style>
 a { background-color: #0611BE; }

 a { background-color: rgb(6,17,190); }

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

border-color css

<style>
 span { border-color: #0611BE; }

 span { border-color: rgb(6,17,190); }

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